Shades of Derby #FCE6C9
Tints of Derby #FCE6C9
RGB
CMYK
RGB Variations
Color information
#FCE6C9 (or 0xFCE6C9) is known color: Derby. HEX triplet: FC, E6 and C9. RGB value is (252,230,201). Sum of RGB (Red+Green+Blue) = 252+230+201=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 201 (78.91% from 255 or 29.43% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6C9 is #031936. Grayscale: #E9E9E9. Windows color (decimal): -203063 or 13231868. OLE color: 13231868.
HSL color Cylindrical-coordinate representation of color #FCE6C9: hue angle of 34.12º 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 #FCE6C9 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 201 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.01 |
| HSL | 34.12º | 0.89% | 0.89% | - |
| HSV(B) | 34.12º | 0.2% | 0.99% | - |
| XYZ | 78.98 | 81.51 | 66.83 | - |
| YUV | 233.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 201 | 0 | 0.09 | 0.20 | 0.01 | 34.12 | 0.89 | 0.89 |
| Hex | FC | E6 | C9 | 0 | 9 | 14 | 1 | 22 | 59 | 59 |
| Octal | 374 | 346 | 311 | 0 | 11 | 24 | 1 | 42 | 131 | 131 |
| Binary | 11111100 | 11100110 | 11001001 | 0 | 1001 | 10100 | 1 | 100010 | 1011001 | 1011001 |
Color Harmonies of #FCE6C9
Complementary color
Monochromatic Colors of #FCE6C9
Black with #FCE6C9
Text Example
Text Example
White with #FCE6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE6C9; }
p { color: rgb(252,230,201); }
H1.HeaderClassName
{
color: #FCE6C9;
}
.AnyTagClassName
{
color: #FCE6C9;
}
</style>
background-color css
<style>
a { background-color: #FCE6C9; }
a { background-color: rgb(252,230,201); }
div.DivClassName
{
background-color: #FCE6C9;
}
.BgClassName
{
background-color: #FCE6C9;
}
</style>
border-color css
<style>
span { border-color: #FCE6C9; }
span { border-color: rgb(252,230,201); }
td.TdClassName
{
border-color: #FCE6C9;
}
.TagClassName
{
border-color: #FCE6C9;
}
</style>