COLOR #FBCAD8

HEX: #FBCAD8 RGB: (251,202,216)

Color info

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

RGB color model

#FBCAD8 color RGB value is (251,202,216).

RGB: (251,202,216) (98%, 79%, 85%)

RGB channels and saturation

R 251 of 255 = 98%
G 202 of 255 = 79%
B 216 of 255 = 85%

251
202
216

R + G + B ~ 87%. #FBCAD8 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 202 + 216 = 669 (100%)
R 251 of 669 ~ 37.52%
G 202 of 669 ~ 30.19%
B 216 of 669 ~ 32.29'%

%37.52
%30.19
%32.29

CMYK color model

#FBCAD8 color CMYK value is (0,20,14,2).

  • cyan value is 0.00%
  • magenta value is 19.52%
  • yellow value is 13.94%
  • key color value is 1.57%

CMYK: (0,20,14,2)
C0M20Y14K2 (0%, 20%, 14%, 2%)
(0.00 / 0.20 / 0.14 / 0.02)

CMYK percentages

%0
%19.52
%13.94
%1.57

Codes

Color #FBCAD8 in popluar color models

FB CA D8
RGB 251 202 216
HSL 343° 85.96% 88.82%
HSB/HSV 343° 19.52% 98.43%
CMYK 0.00% 19.52% 13.94%
1.57%

Color #FBCAD8 in popluar number systems.

HEX FB CA D8
Decimal 251 202 216
Binary 11111011 11001010 11011000
Octal 373 312 330

Shades and tints

Shades of #FBCAD8

#FBCAD8
(251,202,216)
#E5B8C5
(229,184,197)
#CFA6B2
(207,166,178)
#B9949F
(185,148,159)
#A3828C
(163,130,140)
#8D7079
(141,112,121)
#775E66
(119,94,102)
#614C53
(97,76,83)
#4B3A40
(75,58,64)
#35282D
(53,40,45)
#1F161A
(31,22,26)
#000000
(0,0,0)

Tints of #FBCAD8

#FBCAD8
(251,202,216)
#FBCEDB
(251,206,219)
#FBD2DE
(251,210,222)
#FBD6E1
(251,214,225)
#FBDAE4
(251,218,228)
#FBDEE7
(251,222,231)
#FBE2EA
(251,226,234)
#FBE6ED
(251,230,237)
#FBEAF0
(251,234,240)
#FBEEF3
(251,238,243)
#FBF2F6
(251,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBCAD8 color. Also use rgb(251,202,216) instead hex code.

Text Font Color

.myTextColor { color: #FBCAD8; }

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

This text font color is #FBCAD8.

Background Color

.myBgColor { background-color: #FBCAD8; }

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

This div background color is #FBCAD8.

Border color

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

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

This div border color is #FBCAD8.

Opacity

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

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

Text with #FBCAD8 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 #FBCAD8;}

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

This text has shadow with #FBCAD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBCAD8.

Preview

Color preview on black background

This text has color #FBCAD8 on black background.


Color preview on white background

This text has color #FBCAD8 on white background.


Black color preview on #FBCAD8 background

This text has black color on #FBCAD8 background.


White color preview on #FBCAD8 background

This text has white color on #FBCAD8 background.


Related colors

Complementary color

Complementary color for #hex is #043527.


I love getcolorcode.com

Triadic colors

1 #D8FBCA and #CAD8FB with #FBCAD8 are triadic colors.

2 #D8CAFB and #CAFBD8 with #FBCAD8 are triadic colors.