Shades of Derby #FCE5C9
Tints of Derby #FCE5C9
RGB
CMYK
RGB Variations
Color information
#FCE5C9 (or 0xFCE5C9) is known color: Derby. HEX triplet: FC, E5 and C9. RGB value is (252,229,201). Sum of RGB (Red+Green+Blue) = 252+229+201=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 201 (78.91% from 255 or 29.47% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5C9 is #031A36. Grayscale: #E8E8E8. Windows color (decimal): -203319 or 13231612. OLE color: 13231612.
HSL color Cylindrical-coordinate representation of color #FCE5C9: hue angle of 32.94º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCE5C9 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 201 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.01 |
| HSL | 32.94º | 0.89% | 0.89% | - |
| HSV(B) | 32.94º | 0.2% | 0.99% | - |
| XYZ | 78.71 | 80.95 | 66.74 | - |
| YUV | 232.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 201 | 0 | 0.09 | 0.20 | 0.01 | 32.94 | 0.89 | 0.89 |
| Hex | FC | E5 | C9 | 0 | 9 | 14 | 1 | 21 | 59 | 59 |
| Octal | 374 | 345 | 311 | 0 | 11 | 24 | 1 | 41 | 131 | 131 |
| Binary | 11111100 | 11100101 | 11001001 | 0 | 1001 | 10100 | 1 | 100001 | 1011001 | 1011001 |
Color Harmonies of #FCE5C9
Complementary color
Monochromatic Colors of #FCE5C9
Black with #FCE5C9
Text Example
Text Example
White with #FCE5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5C9; }
p { color: rgb(252,229,201); }
H1.HeaderClassName
{
color: #FCE5C9;
}
.AnyTagClassName
{
color: #FCE5C9;
}
</style>
background-color css
<style>
a { background-color: #FCE5C9; }
a { background-color: rgb(252,229,201); }
div.DivClassName
{
background-color: #FCE5C9;
}
.BgClassName
{
background-color: #FCE5C9;
}
</style>
border-color css
<style>
span { border-color: #FCE5C9; }
span { border-color: rgb(252,229,201); }
td.TdClassName
{
border-color: #FCE5C9;
}
.TagClassName
{
border-color: #FCE5C9;
}
</style>