Shades of Derby #F6E2CB
Tints of Derby #F6E2CB
RGB
CMYK
RGB Variations
Color information
#F6E2CB (or 0xF6E2CB) is known color: Derby. HEX triplet: F6, E2 and CB. RGB value is (246,226,203). Sum of RGB (Red+Green+Blue) = 246+226+203=675 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.44% from 675); Green value is 226 (88.67% from 255 or 33.48% from 675); Blue value is 203 (79.69% from 255 or 30.07% from 675); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E2CB is #091D34. Grayscale: #E5E5E5. Windows color (decimal): -597301 or 13361910. OLE color: 13361910.
HSL color Cylindrical-coordinate representation of color #F6E2CB: hue angle of 32.09º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6E2CB is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 226 | 203 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.04 |
| HSL | 32.09º | 0.7% | 0.88% | - |
| HSV(B) | 32.09º | 0.17% | 0.96% | - |
| XYZ | 75.98 | 78.3 | 67.61 | - |
| YUV | 229.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 226 | 203 | 0 | 0.08 | 0.17 | 0.04 | 32.09 | 0.7 | 0.88 |
| Hex | F6 | E2 | CB | 0 | 8 | 11 | 4 | 20 | 46 | 58 |
| Octal | 366 | 342 | 313 | 0 | 10 | 21 | 4 | 40 | 106 | 130 |
| Binary | 11110110 | 11100010 | 11001011 | 0 | 1000 | 10001 | 100 | 100000 | 1000110 | 1011000 |
Color Harmonies of #F6E2CB
Complementary color
Monochromatic Colors of #F6E2CB
Black with #F6E2CB
Text Example
Text Example
White with #F6E2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E2CB; }
p { color: rgb(246,226,203); }
H1.HeaderClassName
{
color: #F6E2CB;
}
.AnyTagClassName
{
color: #F6E2CB;
}
</style>
background-color css
<style>
a { background-color: #F6E2CB; }
a { background-color: rgb(246,226,203); }
div.DivClassName
{
background-color: #F6E2CB;
}
.BgClassName
{
background-color: #F6E2CB;
}
</style>
border-color css
<style>
span { border-color: #F6E2CB; }
span { border-color: rgb(246,226,203); }
td.TdClassName
{
border-color: #F6E2CB;
}
.TagClassName
{
border-color: #F6E2CB;
}
</style>