Shades of Derby #FCE5C5
Tints of Derby #FCE5C5
RGB
CMYK
RGB Variations
Color information
#FCE5C5 (or 0xFCE5C5) is known color: Derby. HEX triplet: FC, E5 and C5. RGB value is (252,229,197). Sum of RGB (Red+Green+Blue) = 252+229+197=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 229 (89.84% from 255 or 33.78% from 678); Blue value is 197 (77.34% from 255 or 29.06% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5C5 is #031A3A. Grayscale: #E8E8E8. Windows color (decimal): -203323 or 12969468. OLE color: 12969468.
HSL color Cylindrical-coordinate representation of color #FCE5C5: hue angle of 34.91º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCE5C5 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 197 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.01 |
| HSL | 34.91º | 0.9% | 0.88% | - |
| HSV(B) | 34.91º | 0.22% | 0.99% | - |
| XYZ | 78.24 | 80.77 | 64.29 | - |
| YUV | 232.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 197 | 0 | 0.09 | 0.22 | 0.01 | 34.91 | 0.9 | 0.88 |
| Hex | FC | E5 | C5 | 0 | 9 | 16 | 1 | 23 | 5A | 58 |
| Octal | 374 | 345 | 305 | 0 | 11 | 26 | 1 | 43 | 132 | 130 |
| Binary | 11111100 | 11100101 | 11000101 | 0 | 1001 | 10110 | 1 | 100011 | 1011010 | 1011000 |
Color Harmonies of #FCE5C5
Complementary color
Monochromatic Colors of #FCE5C5
Black with #FCE5C5
Text Example
Text Example
White with #FCE5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5C5; }
p { color: rgb(252,229,197); }
H1.HeaderClassName
{
color: #FCE5C5;
}
.AnyTagClassName
{
color: #FCE5C5;
}
</style>
background-color css
<style>
a { background-color: #FCE5C5; }
a { background-color: rgb(252,229,197); }
div.DivClassName
{
background-color: #FCE5C5;
}
.BgClassName
{
background-color: #FCE5C5;
}
</style>
border-color css
<style>
span { border-color: #FCE5C5; }
span { border-color: rgb(252,229,197); }
td.TdClassName
{
border-color: #FCE5C5;
}
.TagClassName
{
border-color: #FCE5C5;
}
</style>