Shades of Bridesmaid #FCE4DC
Tints of Bridesmaid #FCE4DC
RGB
CMYK
RGB Variations
Color information
#FCE4DC (or 0xFCE4DC) is known color: Bridesmaid. HEX triplet: FC, E4 and DC. RGB value is (252,228,220). Sum of RGB (Red+Green+Blue) = 252+228+220=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 228 (89.45% from 255 or 32.57% from 700); Blue value is 220 (86.33% from 255 or 31.43% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE4DC is #031B23. Grayscale: #EAEAEA. Windows color (decimal): -203556 or 14476540. OLE color: 14476540.
HSL color Cylindrical-coordinate representation of color #FCE4DC: hue angle of 15º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCE4DC is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 228 | 220 | - |
CMYK | 0 | 0.10 | 0.13 | 0.01 |
HSL | 15º | 0.84% | 0.93% | - |
HSV(B) | 15º | 0.13% | 0.99% | - |
XYZ | 80.81 | 81.35 | 79.15 | - |
YUV | 234.26 | 119.95 | 140.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 228 | 220 | 0 | 0.10 | 0.13 | 0.01 | 15 | 0.84 | 0.93 |
Hex | FC | E4 | DC | 0 | A | D | 1 | F | 54 | 5D |
Octal | 374 | 344 | 334 | 0 | 12 | 15 | 1 | 17 | 124 | 135 |
Binary | 11111100 | 11100100 | 11011100 | 0 | 1010 | 1101 | 1 | 1111 | 1010100 | 1011101 |
Color Harmonies of #FCE4DC
Complementary color
Monochromatic Colors of #FCE4DC
Black with #FCE4DC
Text Example
Text Example
White with #FCE4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE4DC; }
p { color: rgb(252,228,220); }
H1.HeaderClassName
{
color: #FCE4DC;
}
.AnyTagClassName
{
color: #FCE4DC;
}
</style>
background-color css
<style>
a { background-color: #FCE4DC; }
a { background-color: rgb(252,228,220); }
div.DivClassName
{
background-color: #FCE4DC;
}
.BgClassName
{
background-color: #FCE4DC;
}
</style>
border-color css
<style>
span { border-color: #FCE4DC; }
span { border-color: rgb(252,228,220); }
td.TdClassName
{
border-color: #FCE4DC;
}
.TagClassName
{
border-color: #FCE4DC;
}
</style>