Shades of Derby #F2E2CD
Tints of Derby #F2E2CD
RGB
CMYK
RGB Variations
Color information
#F2E2CD (or 0xF2E2CD) is known color: Derby. HEX triplet: F2, E2 and CD. RGB value is (242,226,205). Sum of RGB (Red+Green+Blue) = 242+226+205=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 226 (88.67% from 255 or 33.58% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2CD is #0D1D32. Grayscale: #E4E4E4. Windows color (decimal): -859443 or 13492978. OLE color: 13492978.
HSL color Cylindrical-coordinate representation of color #F2E2CD: hue angle of 34.05º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2E2CD is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 205 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.05 |
| HSL | 34.05º | 0.59% | 0.88% | - |
| HSV(B) | 34.05º | 0.15% | 0.95% | - |
| XYZ | 74.83 | 77.68 | 68.81 | - |
| YUV | 228.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 205 | 0 | 0.07 | 0.15 | 0.05 | 34.05 | 0.59 | 0.88 |
| Hex | F2 | E2 | CD | 0 | 7 | F | 5 | 22 | 3B | 58 |
| Octal | 362 | 342 | 315 | 0 | 7 | 17 | 5 | 42 | 73 | 130 |
| Binary | 11110010 | 11100010 | 11001101 | 0 | 111 | 1111 | 101 | 100010 | 111011 | 1011000 |
Color Harmonies of #F2E2CD
Complementary color
Monochromatic Colors of #F2E2CD
Black with #F2E2CD
Text Example
Text Example
White with #F2E2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E2CD; }
p { color: rgb(242,226,205); }
H1.HeaderClassName
{
color: #F2E2CD;
}
.AnyTagClassName
{
color: #F2E2CD;
}
</style>
background-color css
<style>
a { background-color: #F2E2CD; }
a { background-color: rgb(242,226,205); }
div.DivClassName
{
background-color: #F2E2CD;
}
.BgClassName
{
background-color: #F2E2CD;
}
</style>
border-color css
<style>
span { border-color: #F2E2CD; }
span { border-color: rgb(242,226,205); }
td.TdClassName
{
border-color: #F2E2CD;
}
.TagClassName
{
border-color: #F2E2CD;
}
</style>