Shades of Derby #FCE5C6
Tints of Derby #FCE5C6
RGB
CMYK
RGB Variations
Color information
#FCE5C6 (or 0xFCE5C6) is known color: Derby. HEX triplet: FC, E5 and C6. RGB value is (252,229,198). Sum of RGB (Red+Green+Blue) = 252+229+198=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 229 (89.84% from 255 or 33.73% from 679); Blue value is 198 (77.73% from 255 or 29.16% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5C6 is #031A39. Grayscale: #E8E8E8. Windows color (decimal): -203322 or 13035004. OLE color: 13035004.
HSL color Cylindrical-coordinate representation of color #FCE5C6: hue angle of 34.44º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCE5C6 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 198 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.01 |
| HSL | 34.44º | 0.9% | 0.88% | - |
| HSV(B) | 34.44º | 0.21% | 0.99% | - |
| XYZ | 78.36 | 80.81 | 64.89 | - |
| YUV | 232.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 198 | 0 | 0.09 | 0.21 | 0.01 | 34.44 | 0.9 | 0.88 |
| Hex | FC | E5 | C6 | 0 | 9 | 15 | 1 | 22 | 5A | 58 |
| Octal | 374 | 345 | 306 | 0 | 11 | 25 | 1 | 42 | 132 | 130 |
| Binary | 11111100 | 11100101 | 11000110 | 0 | 1001 | 10101 | 1 | 100010 | 1011010 | 1011000 |
Color Harmonies of #FCE5C6
Complementary color
Monochromatic Colors of #FCE5C6
Black with #FCE5C6
Text Example
Text Example
White with #FCE5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5C6; }
p { color: rgb(252,229,198); }
H1.HeaderClassName
{
color: #FCE5C6;
}
.AnyTagClassName
{
color: #FCE5C6;
}
</style>
background-color css
<style>
a { background-color: #FCE5C6; }
a { background-color: rgb(252,229,198); }
div.DivClassName
{
background-color: #FCE5C6;
}
.BgClassName
{
background-color: #FCE5C6;
}
</style>
border-color css
<style>
span { border-color: #FCE5C6; }
span { border-color: rgb(252,229,198); }
td.TdClassName
{
border-color: #FCE5C6;
}
.TagClassName
{
border-color: #FCE5C6;
}
</style>