Shades of Derby #FCE5CB
Tints of Derby #FCE5CB
RGB
CMYK
RGB Variations
Color information
#FCE5CB (or 0xFCE5CB) is known color: Derby. HEX triplet: FC, E5 and CB. RGB value is (252,229,203). Sum of RGB (Red+Green+Blue) = 252+229+203=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 203 (79.69% from 255 or 29.68% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5CB is #031A34. Grayscale: #E9E9E9. Windows color (decimal): -203317 or 13362684. OLE color: 13362684.
HSL color Cylindrical-coordinate representation of color #FCE5CB: hue angle of 31.84º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCE5CB is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 203 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.01 |
| HSL | 31.84º | 0.89% | 0.89% | - |
| HSV(B) | 31.84º | 0.19% | 0.99% | - |
| XYZ | 78.94 | 81.05 | 67.98 | - |
| YUV | 232.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 203 | 0 | 0.09 | 0.19 | 0.01 | 31.84 | 0.89 | 0.89 |
| Hex | FC | E5 | CB | 0 | 9 | 13 | 1 | 20 | 59 | 59 |
| Octal | 374 | 345 | 313 | 0 | 11 | 23 | 1 | 40 | 131 | 131 |
| Binary | 11111100 | 11100101 | 11001011 | 0 | 1001 | 10011 | 1 | 100000 | 1011001 | 1011001 |
Color Harmonies of #FCE5CB
Complementary color
Monochromatic Colors of #FCE5CB
Black with #FCE5CB
Text Example
Text Example
White with #FCE5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5CB; }
p { color: rgb(252,229,203); }
H1.HeaderClassName
{
color: #FCE5CB;
}
.AnyTagClassName
{
color: #FCE5CB;
}
</style>
background-color css
<style>
a { background-color: #FCE5CB; }
a { background-color: rgb(252,229,203); }
div.DivClassName
{
background-color: #FCE5CB;
}
.BgClassName
{
background-color: #FCE5CB;
}
</style>
border-color css
<style>
span { border-color: #FCE5CB; }
span { border-color: rgb(252,229,203); }
td.TdClassName
{
border-color: #FCE5CB;
}
.TagClassName
{
border-color: #FCE5CB;
}
</style>