COLOR #FFCBD5

HEX: #FFCBD5 RGB: (255,203,213)

Color info

#FFCBD5 contains red, green and blue colors in about the same proportion. Web safe color of #FFCBD5 is #FFCCCC (or #FCC).

RGB color model

#FFCBD5 color RGB value is (255,203,213).

RGB: (255,203,213) (100%, 80%, 84%)

RGB channels and saturation

R 255 of 255 = 100%
G 203 of 255 = 80%
B 213 of 255 = 84%

255
203
213

R + G + B ~ 88%. #FFCBD5 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 203 + 213 = 671 (100%)
R 255 of 671 ~ 38%
G 203 of 671 ~ 30.25%
B 213 of 671 ~ 31.74'%

%38
%30.25
%31.74

CMYK color model

#FFCBD5 color CMYK value is (0,20,16,0).

  • cyan value is 0.00%
  • magenta value is 20.39%
  • yellow value is 16.47%
  • key color value is 0.00%

CMYK: (0,20,16,0)
C0M20Y16K0 (0%, 20%, 16%, 0%)
(0.00 / 0.20 / 0.16 / 0.00)

CMYK percentages

%0
%20.39
%16.47
%0

Codes

Color #FFCBD5 in popluar color models

FF CB D5
RGB 255 203 213
HSL 348° 100.00% 89.80%
HSB/HSV 348° 20.39% 100.00%
CMYK 0.00% 20.39% 16.47%
0.00%

Color #FFCBD5 in popluar number systems.

HEX FF CB D5
Decimal 255 203 213
Binary 11111111 11001011 11010101
Octal 377 313 325

Shades and tints

Shades of #FFCBD5

#FFCBD5
(255,203,213)
#E8B9C2
(232,185,194)
#D1A7AF
(209,167,175)
#BA959C
(186,149,156)
#A38389
(163,131,137)
#8C7176
(140,113,118)
#755F63
(117,95,99)
#5E4D50
(94,77,80)
#473B3D
(71,59,61)
#30292A
(48,41,42)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #FFCBD5

#FFCBD5
(255,203,213)
#FFCFD8
(255,207,216)
#FFD3DB
(255,211,219)
#FFD7DE
(255,215,222)
#FFDBE1
(255,219,225)
#FFDFE4
(255,223,228)
#FFE3E7
(255,227,231)
#FFE7EA
(255,231,234)
#FFEBED
(255,235,237)
#FFEFF0
(255,239,240)
#FFF3F3
(255,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFCBD5 color. Also use rgb(255,203,213) instead hex code.

Text Font Color

.myTextColor { color: #FFCBD5; }

<p style="color:#FFCBD5">This sample text font color is #FFCBD5.</p>

This text font color is #FFCBD5.

Background Color

.myBgColor { background-color: #FFCBD5; }

<div style="background-color:#FFCBD5">Inner text</div>

This div background color is #FFCBD5.

Border color

.myBorderColor { border: 1px solid #FFCBD5; }

<div style="border:3px solid #FFCBD5">Div</div>

This div border color is #FFCBD5.

Opacity

.myOpacity80 { color: #FFCBD5; opacity: 0.8; }

<p style="color:#FFCBD5;opacity:0.8;">80%</p>

Text with #FFCBD5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFCBD5;}

<p style="text-shadow: 3px 3px 1px #FFCBD5">Text here.</p>

This text has shadow with #FFCBD5 color.


.textShadow {text-shadow: 3px 3px 1px #FFCBD5', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFCBD5, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFCBD5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFCBD5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFCBD5, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFCBD5 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFCBD5;
-webkit-box-shadow: 1px 1px 3px 2px #FFCBD5;
box-shadow: 1px 1px 3px 2px #FFCBD5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFCBD5; -webkit-box-shadow: 1px 1px 3px 2px #FFCBD5; box-shadow:1px 1px 3px 2px #FFCBD5;">
Div content here
</div>

This div box has shadow with color #FFCBD5.

Preview

Color preview on black background

This text has color #FFCBD5 on black background.


Color preview on white background

This text has color #FFCBD5 on white background.


Black color preview on #FFCBD5 background

This text has black color on #FFCBD5 background.


White color preview on #FFCBD5 background

This text has white color on #FFCBD5 background.


Related colors

Complementary color

Complementary color for #hex is #00342A.


I love getcolorcode.com

Triadic colors

1 #D5FFCB and #CBD5FF with #FFCBD5 are triadic colors.

2 #D5CBFF and #CBFFD5 with #FFCBD5 are triadic colors.