Shades of Bridesmaid #FCE2DB
Tints of Bridesmaid #FCE2DB
RGB
CMYK
RGB Variations
Color information
#FCE2DB (or 0xFCE2DB) is known color: Bridesmaid. HEX triplet: FC, E2 and DB. RGB value is (252,226,219). Sum of RGB (Red+Green+Blue) = 252+226+219=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 226 (88.67% from 255 or 32.42% from 697); Blue value is 219 (85.94% from 255 or 31.42% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2DB is #031D24. Grayscale: #E9E9E9. Windows color (decimal): -204069 or 14410492. OLE color: 14410492.
HSL color Cylindrical-coordinate representation of color #FCE2DB: hue angle of 12.73º 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 #FCE2DB is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 226 | 219 | - |
CMYK | 0 | 0.10 | 0.13 | 0.01 |
HSL | 12.73º | 0.85% | 0.92% | - |
HSV(B) | 12.73º | 0.13% | 0.99% | - |
XYZ | 80.13 | 80.2 | 78.28 | - |
YUV | 232.98 | 120.11 | 141.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 226 | 219 | 0 | 0.10 | 0.13 | 0.01 | 12.73 | 0.85 | 0.92 |
Hex | FC | E2 | DB | 0 | A | D | 1 | D | 55 | 5C |
Octal | 374 | 342 | 333 | 0 | 12 | 15 | 1 | 15 | 125 | 134 |
Binary | 11111100 | 11100010 | 11011011 | 0 | 1010 | 1101 | 1 | 1101 | 1010101 | 1011100 |
Color Harmonies of #FCE2DB
Complementary color
Monochromatic Colors of #FCE2DB
Black with #FCE2DB
Text Example
Text Example
White with #FCE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2DB; }
p { color: rgb(252,226,219); }
H1.HeaderClassName
{
color: #FCE2DB;
}
.AnyTagClassName
{
color: #FCE2DB;
}
</style>
background-color css
<style>
a { background-color: #FCE2DB; }
a { background-color: rgb(252,226,219); }
div.DivClassName
{
background-color: #FCE2DB;
}
.BgClassName
{
background-color: #FCE2DB;
}
</style>
border-color css
<style>
span { border-color: #FCE2DB; }
span { border-color: rgb(252,226,219); }
td.TdClassName
{
border-color: #FCE2DB;
}
.TagClassName
{
border-color: #FCE2DB;
}
</style>