Shades of Derby #F7E2C9
Tints of Derby #F7E2C9
RGB
CMYK
RGB Variations
Color information
#F7E2C9 (or 0xF7E2C9) is known color: Derby. HEX triplet: F7, E2 and C9. RGB value is (247,226,201). Sum of RGB (Red+Green+Blue) = 247+226+201=674 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.65% from 674); Green value is 226 (88.67% from 255 or 33.53% from 674); Blue value is 201 (78.91% from 255 or 29.82% from 674); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E2C9 is #081D36. Grayscale: #E5E5E5. Windows color (decimal): -531767 or 13230839. OLE color: 13230839.
HSL color Cylindrical-coordinate representation of color #F7E2C9: hue angle of 32.61º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F7E2C9 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 226 | 201 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.03 |
| HSL | 32.61º | 0.74% | 0.88% | - |
| HSV(B) | 32.61º | 0.19% | 0.97% | - |
| XYZ | 76.1 | 78.38 | 66.38 | - |
| YUV | 229.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 226 | 201 | 0 | 0.09 | 0.19 | 0.03 | 32.61 | 0.74 | 0.88 |
| Hex | F7 | E2 | C9 | 0 | 9 | 13 | 3 | 21 | 4A | 58 |
| Octal | 367 | 342 | 311 | 0 | 11 | 23 | 3 | 41 | 112 | 130 |
| Binary | 11110111 | 11100010 | 11001001 | 0 | 1001 | 10011 | 11 | 100001 | 1001010 | 1011000 |
Color Harmonies of #F7E2C9
Complementary color
Monochromatic Colors of #F7E2C9
Black with #F7E2C9
Text Example
Text Example
White with #F7E2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E2C9; }
p { color: rgb(247,226,201); }
H1.HeaderClassName
{
color: #F7E2C9;
}
.AnyTagClassName
{
color: #F7E2C9;
}
</style>
background-color css
<style>
a { background-color: #F7E2C9; }
a { background-color: rgb(247,226,201); }
div.DivClassName
{
background-color: #F7E2C9;
}
.BgClassName
{
background-color: #F7E2C9;
}
</style>
border-color css
<style>
span { border-color: #F7E2C9; }
span { border-color: rgb(247,226,201); }
td.TdClassName
{
border-color: #F7E2C9;
}
.TagClassName
{
border-color: #F7E2C9;
}
</style>