Shades of Derby #F7E4CA
Tints of Derby #F7E4CA
RGB
CMYK
RGB Variations
Color information
#F7E4CA (or 0xF7E4CA) is known color: Derby. HEX triplet: F7, E4 and CA. RGB value is (247,228,202). Sum of RGB (Red+Green+Blue) = 247+228+202=677 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.48% from 677); Green value is 228 (89.45% from 255 or 33.68% from 677); Blue value is 202 (79.30% from 255 or 29.84% from 677); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E4CA is #081B35. Grayscale: #E6E6E6. Windows color (decimal): -531254 or 13296887. OLE color: 13296887.
HSL color Cylindrical-coordinate representation of color #F7E4CA: hue angle of 34.67º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7E4CA is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 228 | 202 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.03 |
| HSL | 34.67º | 0.74% | 0.88% | - |
| HSV(B) | 34.67º | 0.18% | 0.97% | - |
| XYZ | 76.76 | 79.53 | 67.18 | - |
| YUV | 230.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 228 | 202 | 0 | 0.08 | 0.18 | 0.03 | 34.67 | 0.74 | 0.88 |
| Hex | F7 | E4 | CA | 0 | 8 | 12 | 3 | 23 | 4A | 58 |
| Octal | 367 | 344 | 312 | 0 | 10 | 22 | 3 | 43 | 112 | 130 |
| Binary | 11110111 | 11100100 | 11001010 | 0 | 1000 | 10010 | 11 | 100011 | 1001010 | 1011000 |
Color Harmonies of #F7E4CA
Complementary color
Monochromatic Colors of #F7E4CA
Black with #F7E4CA
Text Example
Text Example
White with #F7E4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E4CA; }
p { color: rgb(247,228,202); }
H1.HeaderClassName
{
color: #F7E4CA;
}
.AnyTagClassName
{
color: #F7E4CA;
}
</style>
background-color css
<style>
a { background-color: #F7E4CA; }
a { background-color: rgb(247,228,202); }
div.DivClassName
{
background-color: #F7E4CA;
}
.BgClassName
{
background-color: #F7E4CA;
}
</style>
border-color css
<style>
span { border-color: #F7E4CA; }
span { border-color: rgb(247,228,202); }
td.TdClassName
{
border-color: #F7E4CA;
}
.TagClassName
{
border-color: #F7E4CA;
}
</style>