Shades of Derby #F2E2CB
Tints of Derby #F2E2CB
RGB
CMYK
RGB Variations
Color information
#F2E2CB (or 0xF2E2CB) is known color: Derby. HEX triplet: F2, E2 and CB. RGB value is (242,226,203). Sum of RGB (Red+Green+Blue) = 242+226+203=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2CB is #0D1D34. Grayscale: #E4E4E4. Windows color (decimal): -859445 or 13361906. OLE color: 13361906.
HSL color Cylindrical-coordinate representation of color #F2E2CB: hue angle of 35.38º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2E2CB is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 203 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.05 |
| HSL | 35.38º | 0.6% | 0.87% | - |
| HSV(B) | 35.38º | 0.16% | 0.95% | - |
| XYZ | 74.59 | 77.58 | 67.54 | - |
| YUV | 228.16 | 113.8 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 203 | 0 | 0.07 | 0.16 | 0.05 | 35.38 | 0.6 | 0.87 |
| Hex | F2 | E2 | CB | 0 | 7 | 10 | 5 | 23 | 3C | 57 |
| Octal | 362 | 342 | 313 | 0 | 7 | 20 | 5 | 43 | 74 | 127 |
| Binary | 11110010 | 11100010 | 11001011 | 0 | 111 | 10000 | 101 | 100011 | 111100 | 1010111 |
Color Harmonies of #F2E2CB
Complementary color
Monochromatic Colors of #F2E2CB
Black with #F2E2CB
Text Example
Text Example
White with #F2E2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E2CB; }
p { color: rgb(242,226,203); }
H1.HeaderClassName
{
color: #F2E2CB;
}
.AnyTagClassName
{
color: #F2E2CB;
}
</style>
background-color css
<style>
a { background-color: #F2E2CB; }
a { background-color: rgb(242,226,203); }
div.DivClassName
{
background-color: #F2E2CB;
}
.BgClassName
{
background-color: #F2E2CB;
}
</style>
border-color css
<style>
span { border-color: #F2E2CB; }
span { border-color: rgb(242,226,203); }
td.TdClassName
{
border-color: #F2E2CB;
}
.TagClassName
{
border-color: #F2E2CB;
}
</style>