Shades of Bridesmaid #FCE3DB
Tints of Bridesmaid #FCE3DB
RGB
CMYK
RGB Variations
Color information
#FCE3DB (or 0xFCE3DB) is known color: Bridesmaid. HEX triplet: FC, E3 and DB. RGB value is (252,227,219). Sum of RGB (Red+Green+Blue) = 252+227+219=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 227 (89.06% from 255 or 32.52% from 698); Blue value is 219 (85.94% from 255 or 31.38% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE3DB is #031C24. Grayscale: #E9E9E9. Windows color (decimal): -203813 or 14410748. OLE color: 14410748.
HSL color Cylindrical-coordinate representation of color #FCE3DB: hue angle of 14.55º 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 #FCE3DB is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 227 | 219 | - |
CMYK | 0 | 0.10 | 0.13 | 0.01 |
HSL | 14.55º | 0.85% | 0.92% | - |
HSV(B) | 14.55º | 0.13% | 0.99% | - |
XYZ | 80.4 | 80.75 | 78.37 | - |
YUV | 233.56 | 119.78 | 141.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 227 | 219 | 0 | 0.10 | 0.13 | 0.01 | 14.55 | 0.85 | 0.92 |
Hex | FC | E3 | DB | 0 | A | D | 1 | F | 55 | 5C |
Octal | 374 | 343 | 333 | 0 | 12 | 15 | 1 | 17 | 125 | 134 |
Binary | 11111100 | 11100011 | 11011011 | 0 | 1010 | 1101 | 1 | 1111 | 1010101 | 1011100 |
Color Harmonies of #FCE3DB
Complementary color
Monochromatic Colors of #FCE3DB
Black with #FCE3DB
Text Example
Text Example
White with #FCE3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3DB; }
p { color: rgb(252,227,219); }
H1.HeaderClassName
{
color: #FCE3DB;
}
.AnyTagClassName
{
color: #FCE3DB;
}
</style>
background-color css
<style>
a { background-color: #FCE3DB; }
a { background-color: rgb(252,227,219); }
div.DivClassName
{
background-color: #FCE3DB;
}
.BgClassName
{
background-color: #FCE3DB;
}
</style>
border-color css
<style>
span { border-color: #FCE3DB; }
span { border-color: rgb(252,227,219); }
td.TdClassName
{
border-color: #FCE3DB;
}
.TagClassName
{
border-color: #FCE3DB;
}
</style>