Shades of Bridesmaid #FCE5DC
Tints of Bridesmaid #FCE5DC
RGB
CMYK
RGB Variations
Color information
#FCE5DC (or 0xFCE5DC) is known color: Bridesmaid. HEX triplet: FC, E5 and DC. RGB value is (252,229,220). Sum of RGB (Red+Green+Blue) = 252+229+220=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 229 (89.84% from 255 or 32.67% from 701); Blue value is 220 (86.33% from 255 or 31.38% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5DC is #031A23. Grayscale: #EAEAEA. Windows color (decimal): -203300 or 14476796. OLE color: 14476796.
HSL color Cylindrical-coordinate representation of color #FCE5DC: hue angle of 16.88º 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 #FCE5DC is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 220 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.01 |
| HSL | 16.88º | 0.84% | 0.93% | - |
| HSV(B) | 16.88º | 0.13% | 0.99% | - |
| XYZ | 81.08 | 81.9 | 79.25 | - |
| YUV | 234.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 220 | 0 | 0.09 | 0.13 | 0.01 | 16.88 | 0.84 | 0.93 |
| Hex | FC | E5 | DC | 0 | 9 | D | 1 | 11 | 54 | 5D |
| Octal | 374 | 345 | 334 | 0 | 11 | 15 | 1 | 21 | 124 | 135 |
| Binary | 11111100 | 11100101 | 11011100 | 0 | 1001 | 1101 | 1 | 10001 | 1010100 | 1011101 |
Color Harmonies of #FCE5DC
Complementary color
Monochromatic Colors of #FCE5DC
Black with #FCE5DC
Text Example
Text Example
White with #FCE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5DC; }
p { color: rgb(252,229,220); }
H1.HeaderClassName
{
color: #FCE5DC;
}
.AnyTagClassName
{
color: #FCE5DC;
}
</style>
background-color css
<style>
a { background-color: #FCE5DC; }
a { background-color: rgb(252,229,220); }
div.DivClassName
{
background-color: #FCE5DC;
}
.BgClassName
{
background-color: #FCE5DC;
}
</style>
border-color css
<style>
span { border-color: #FCE5DC; }
span { border-color: rgb(252,229,220); }
td.TdClassName
{
border-color: #FCE5DC;
}
.TagClassName
{
border-color: #FCE5DC;
}
</style>