Shades of Derby #F6E3CE
Tints of Derby #F6E3CE
RGB
CMYK
RGB Variations
Color information
#F6E3CE (or 0xF6E3CE) is known color: Derby. HEX triplet: F6, E3 and CE. RGB value is (246,227,206). Sum of RGB (Red+Green+Blue) = 246+227+206=679 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.23% from 679); Green value is 227 (89.06% from 255 or 33.43% from 679); Blue value is 206 (80.86% from 255 or 30.34% from 679); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E3CE is #091C31. Grayscale: #E6E6E6. Windows color (decimal): -597042 or 13558774. OLE color: 13558774.
HSL color Cylindrical-coordinate representation of color #F6E3CE: hue angle of 31.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6E3CE is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 227 | 206 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.04 |
| HSL | 31.5º | 0.69% | 0.89% | - |
| HSV(B) | 31.5º | 0.16% | 0.96% | - |
| XYZ | 76.62 | 78.99 | 69.6 | - |
| YUV | 230.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 227 | 206 | 0 | 0.08 | 0.16 | 0.04 | 31.5 | 0.69 | 0.89 |
| Hex | F6 | E3 | CE | 0 | 8 | 10 | 4 | 1F | 45 | 59 |
| Octal | 366 | 343 | 316 | 0 | 10 | 20 | 4 | 37 | 105 | 131 |
| Binary | 11110110 | 11100011 | 11001110 | 0 | 1000 | 10000 | 100 | 11111 | 1000101 | 1011001 |
Color Harmonies of #F6E3CE
Complementary color
Monochromatic Colors of #F6E3CE
Black with #F6E3CE
Text Example
Text Example
White with #F6E3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E3CE; }
p { color: rgb(246,227,206); }
H1.HeaderClassName
{
color: #F6E3CE;
}
.AnyTagClassName
{
color: #F6E3CE;
}
</style>
background-color css
<style>
a { background-color: #F6E3CE; }
a { background-color: rgb(246,227,206); }
div.DivClassName
{
background-color: #F6E3CE;
}
.BgClassName
{
background-color: #F6E3CE;
}
</style>
border-color css
<style>
span { border-color: #F6E3CE; }
span { border-color: rgb(246,227,206); }
td.TdClassName
{
border-color: #F6E3CE;
}
.TagClassName
{
border-color: #F6E3CE;
}
</style>