Shades of Derby #FCE7C7
Tints of Derby #FCE7C7
RGB
CMYK
RGB Variations
Color information
#FCE7C7 (or 0xFCE7C7) is known color: Derby. HEX triplet: FC, E7 and C7. RGB value is (252,231,199). Sum of RGB (Red+Green+Blue) = 252+231+199=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 231 (90.62% from 255 or 33.87% from 682); Blue value is 199 (78.12% from 255 or 29.18% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE7C7 is #031838. Grayscale: #E9E9E9. Windows color (decimal): -202809 or 13101052. OLE color: 13101052.
HSL color Cylindrical-coordinate representation of color #FCE7C7: hue angle of 36.23º 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 #FCE7C7 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 199 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.01 |
| HSL | 36.23º | 0.9% | 0.88% | - |
| HSV(B) | 36.23º | 0.21% | 0.99% | - |
| XYZ | 79.03 | 81.97 | 65.69 | - |
| YUV | 233.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 199 | 0 | 0.08 | 0.21 | 0.01 | 36.23 | 0.9 | 0.88 |
| Hex | FC | E7 | C7 | 0 | 8 | 15 | 1 | 24 | 5A | 58 |
| Octal | 374 | 347 | 307 | 0 | 10 | 25 | 1 | 44 | 132 | 130 |
| Binary | 11111100 | 11100111 | 11000111 | 0 | 1000 | 10101 | 1 | 100100 | 1011010 | 1011000 |
Color Harmonies of #FCE7C7
Complementary color
Monochromatic Colors of #FCE7C7
Black with #FCE7C7
Text Example
Text Example
White with #FCE7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE7C7; }
p { color: rgb(252,231,199); }
H1.HeaderClassName
{
color: #FCE7C7;
}
.AnyTagClassName
{
color: #FCE7C7;
}
</style>
background-color css
<style>
a { background-color: #FCE7C7; }
a { background-color: rgb(252,231,199); }
div.DivClassName
{
background-color: #FCE7C7;
}
.BgClassName
{
background-color: #FCE7C7;
}
</style>
border-color css
<style>
span { border-color: #FCE7C7; }
span { border-color: rgb(252,231,199); }
td.TdClassName
{
border-color: #FCE7C7;
}
.TagClassName
{
border-color: #FCE7C7;
}
</style>