Shades of Bridesmaid #FCE5DB
Tints of Bridesmaid #FCE5DB
RGB
CMYK
RGB Variations
Color information
#FCE5DB (or 0xFCE5DB) is known color: Bridesmaid. HEX triplet: FC, E5 and DB. RGB value is (252,229,219). Sum of RGB (Red+Green+Blue) = 252+229+219=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 229 (89.84% from 255 or 32.71% from 700); Blue value is 219 (85.94% from 255 or 31.29% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5DB is #031A24. Grayscale: #EAEAEA. Windows color (decimal): -203301 or 14411260. OLE color: 14411260.
HSL color Cylindrical-coordinate representation of color #FCE5DB: hue angle of 18.18º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCE5DB is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 229 | 219 | - |
CMYK | 0 | 0.09 | 0.13 | 0.01 |
HSL | 18.18º | 0.85% | 0.92% | - |
HSV(B) | 18.18º | 0.13% | 0.99% | - |
XYZ | 80.95 | 81.85 | 78.55 | - |
YUV | 234.74 | 119.12 | 140.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 229 | 219 | 0 | 0.09 | 0.13 | 0.01 | 18.18 | 0.85 | 0.92 |
Hex | FC | E5 | DB | 0 | 9 | D | 1 | 12 | 55 | 5C |
Octal | 374 | 345 | 333 | 0 | 11 | 15 | 1 | 22 | 125 | 134 |
Binary | 11111100 | 11100101 | 11011011 | 0 | 1001 | 1101 | 1 | 10010 | 1010101 | 1011100 |
Color Harmonies of #FCE5DB
Complementary color
Monochromatic Colors of #FCE5DB
Black with #FCE5DB
Text Example
Text Example
White with #FCE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5DB; }
p { color: rgb(252,229,219); }
H1.HeaderClassName
{
color: #FCE5DB;
}
.AnyTagClassName
{
color: #FCE5DB;
}
</style>
background-color css
<style>
a { background-color: #FCE5DB; }
a { background-color: rgb(252,229,219); }
div.DivClassName
{
background-color: #FCE5DB;
}
.BgClassName
{
background-color: #FCE5DB;
}
</style>
border-color css
<style>
span { border-color: #FCE5DB; }
span { border-color: rgb(252,229,219); }
td.TdClassName
{
border-color: #FCE5DB;
}
.TagClassName
{
border-color: #FCE5DB;
}
</style>