Shades of Derby #F7E3CB
Tints of Derby #F7E3CB
RGB
CMYK
RGB Variations
Color information
#F7E3CB (or 0xF7E3CB) is known color: Derby. HEX triplet: F7, E3 and CB. RGB value is (247,227,203). Sum of RGB (Red+Green+Blue) = 247+227+203=677 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.48% from 677); Green value is 227 (89.06% from 255 or 33.53% from 677); Blue value is 203 (79.69% from 255 or 29.99% from 677); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E3CB is #081C34. Grayscale: #E6E6E6. Windows color (decimal): -531509 or 13362167. OLE color: 13362167.
HSL color Cylindrical-coordinate representation of color #F7E3CB: hue angle of 32.73º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7E3CB is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 227 | 203 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.03 |
| HSL | 32.73º | 0.73% | 0.88% | - |
| HSV(B) | 32.73º | 0.18% | 0.97% | - |
| XYZ | 76.61 | 79.02 | 67.72 | - |
| YUV | 230.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 227 | 203 | 0 | 0.08 | 0.18 | 0.03 | 32.73 | 0.73 | 0.88 |
| Hex | F7 | E3 | CB | 0 | 8 | 12 | 3 | 21 | 49 | 58 |
| Octal | 367 | 343 | 313 | 0 | 10 | 22 | 3 | 41 | 111 | 130 |
| Binary | 11110111 | 11100011 | 11001011 | 0 | 1000 | 10010 | 11 | 100001 | 1001001 | 1011000 |
Color Harmonies of #F7E3CB
Complementary color
Monochromatic Colors of #F7E3CB
Black with #F7E3CB
Text Example
Text Example
White with #F7E3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E3CB; }
p { color: rgb(247,227,203); }
H1.HeaderClassName
{
color: #F7E3CB;
}
.AnyTagClassName
{
color: #F7E3CB;
}
</style>
background-color css
<style>
a { background-color: #F7E3CB; }
a { background-color: rgb(247,227,203); }
div.DivClassName
{
background-color: #F7E3CB;
}
.BgClassName
{
background-color: #F7E3CB;
}
</style>
border-color css
<style>
span { border-color: #F7E3CB; }
span { border-color: rgb(247,227,203); }
td.TdClassName
{
border-color: #F7E3CB;
}
.TagClassName
{
border-color: #F7E3CB;
}
</style>