Shades of Derby #F6E6CC
Tints of Derby #F6E6CC
RGB
CMYK
RGB Variations
Color information
#F6E6CC (or 0xF6E6CC) is known color: Derby. HEX triplet: F6, E6 and CC. RGB value is (246,230,204). Sum of RGB (Red+Green+Blue) = 246+230+204=680 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.18% from 680); Green value is 230 (90.23% from 255 or 33.82% from 680); Blue value is 204 (80.08% from 255 or 30% from 680); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6E6CC is #091933. Grayscale: #E7E7E7. Windows color (decimal): -596276 or 13428470. OLE color: 13428470.
HSL color Cylindrical-coordinate representation of color #F6E6CC: hue angle of 37.14º 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 #F6E6CC is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 230 | 204 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.04 |
| HSL | 37.14º | 0.7% | 0.88% | - |
| HSV(B) | 37.14º | 0.17% | 0.96% | - |
| XYZ | 77.2 | 80.55 | 68.6 | - |
| YUV | 231.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 230 | 204 | 0 | 0.07 | 0.17 | 0.04 | 37.14 | 0.7 | 0.88 |
| Hex | F6 | E6 | CC | 0 | 7 | 11 | 4 | 25 | 46 | 58 |
| Octal | 366 | 346 | 314 | 0 | 7 | 21 | 4 | 45 | 106 | 130 |
| Binary | 11110110 | 11100110 | 11001100 | 0 | 111 | 10001 | 100 | 100101 | 1000110 | 1011000 |
Color Harmonies of #F6E6CC
Complementary color
Monochromatic Colors of #F6E6CC
Black with #F6E6CC
Text Example
Text Example
White with #F6E6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E6CC; }
p { color: rgb(246,230,204); }
H1.HeaderClassName
{
color: #F6E6CC;
}
.AnyTagClassName
{
color: #F6E6CC;
}
</style>
background-color css
<style>
a { background-color: #F6E6CC; }
a { background-color: rgb(246,230,204); }
div.DivClassName
{
background-color: #F6E6CC;
}
.BgClassName
{
background-color: #F6E6CC;
}
</style>
border-color css
<style>
span { border-color: #F6E6CC; }
span { border-color: rgb(246,230,204); }
td.TdClassName
{
border-color: #F6E6CC;
}
.TagClassName
{
border-color: #F6E6CC;
}
</style>