Shades of Derby #F5E2CB
Tints of Derby #F5E2CB
RGB
CMYK
RGB Variations
Color information
#F5E2CB (or 0xF5E2CB) is known color: Derby. HEX triplet: F5, E2 and CB. RGB value is (245,226,203). Sum of RGB (Red+Green+Blue) = 245+226+203=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 226 (88.67% from 255 or 33.53% from 674); Blue value is 203 (79.69% from 255 or 30.12% from 674); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E2CB is #0A1D34. Grayscale: #E5E5E5. Windows color (decimal): -662837 or 13361909. OLE color: 13361909.
HSL color Cylindrical-coordinate representation of color #F5E2CB: hue angle of 32.86º degrees, saturation: 0.68, 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 #F5E2CB is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 203 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.04 |
| HSL | 32.86º | 0.68% | 0.88% | - |
| HSV(B) | 32.86º | 0.17% | 0.96% | - |
| XYZ | 75.63 | 78.12 | 67.59 | - |
| YUV | 229.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 203 | 0 | 0.08 | 0.17 | 0.04 | 32.86 | 0.68 | 0.88 |
| Hex | F5 | E2 | CB | 0 | 8 | 11 | 4 | 21 | 44 | 58 |
| Octal | 365 | 342 | 313 | 0 | 10 | 21 | 4 | 41 | 104 | 130 |
| Binary | 11110101 | 11100010 | 11001011 | 0 | 1000 | 10001 | 100 | 100001 | 1000100 | 1011000 |
Color Harmonies of #F5E2CB
Complementary color
Monochromatic Colors of #F5E2CB
Black with #F5E2CB
Text Example
Text Example
White with #F5E2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E2CB; }
p { color: rgb(245,226,203); }
H1.HeaderClassName
{
color: #F5E2CB;
}
.AnyTagClassName
{
color: #F5E2CB;
}
</style>
background-color css
<style>
a { background-color: #F5E2CB; }
a { background-color: rgb(245,226,203); }
div.DivClassName
{
background-color: #F5E2CB;
}
.BgClassName
{
background-color: #F5E2CB;
}
</style>
border-color css
<style>
span { border-color: #F5E2CB; }
span { border-color: rgb(245,226,203); }
td.TdClassName
{
border-color: #F5E2CB;
}
.TagClassName
{
border-color: #F5E2CB;
}
</style>