Shades of Derby #F6E3CF
Tints of Derby #F6E3CF
RGB
CMYK
RGB Variations
Color information
#F6E3CF (or 0xF6E3CF) is known color: Derby. HEX triplet: F6, E3 and CF. RGB value is (246,227,207). Sum of RGB (Red+Green+Blue) = 246+227+207=680 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.18% from 680); Green value is 227 (89.06% from 255 or 33.38% from 680); Blue value is 207 (81.25% from 255 or 30.44% from 680); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E3CF is #091C30. Grayscale: #E6E6E6. Windows color (decimal): -597041 or 13624310. OLE color: 13624310.
HSL color Cylindrical-coordinate representation of color #F6E3CF: hue angle of 30.77º degrees, saturation: 0.68, 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 #F6E3CF is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 227 | 207 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.04 |
| HSL | 30.77º | 0.68% | 0.89% | - |
| HSV(B) | 30.77º | 0.16% | 0.96% | - |
| XYZ | 76.74 | 79.04 | 70.24 | - |
| YUV | 230.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 227 | 207 | 0 | 0.08 | 0.16 | 0.04 | 30.77 | 0.68 | 0.89 |
| Hex | F6 | E3 | CF | 0 | 8 | 10 | 4 | 1F | 44 | 59 |
| Octal | 366 | 343 | 317 | 0 | 10 | 20 | 4 | 37 | 104 | 131 |
| Binary | 11110110 | 11100011 | 11001111 | 0 | 1000 | 10000 | 100 | 11111 | 1000100 | 1011001 |
Color Harmonies of #F6E3CF
Complementary color
Monochromatic Colors of #F6E3CF
Black with #F6E3CF
Text Example
Text Example
White with #F6E3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E3CF; }
p { color: rgb(246,227,207); }
H1.HeaderClassName
{
color: #F6E3CF;
}
.AnyTagClassName
{
color: #F6E3CF;
}
</style>
background-color css
<style>
a { background-color: #F6E3CF; }
a { background-color: rgb(246,227,207); }
div.DivClassName
{
background-color: #F6E3CF;
}
.BgClassName
{
background-color: #F6E3CF;
}
</style>
border-color css
<style>
span { border-color: #F6E3CF; }
span { border-color: rgb(246,227,207); }
td.TdClassName
{
border-color: #F6E3CF;
}
.TagClassName
{
border-color: #F6E3CF;
}
</style>