Shades of Derby #F5E2CC
Tints of Derby #F5E2CC
RGB
CMYK
RGB Variations
Color information
#F5E2CC (or 0xF5E2CC) is known color: Derby. HEX triplet: F5, E2 and CC. RGB value is (245,226,204). Sum of RGB (Red+Green+Blue) = 245+226+204=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 226 (88.67% from 255 or 33.48% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E2CC is #0A1D33. Grayscale: #E5E5E5. Windows color (decimal): -662836 or 13427445. OLE color: 13427445.
HSL color Cylindrical-coordinate representation of color #F5E2CC: hue angle of 32.2º degrees, saturation: 0.67, 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 #F5E2CC is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 226 | 204 | - |
CMYK | 0 | 0.08 | 0.17 | 0.04 |
HSL | 32.2º | 0.67% | 0.88% | - |
HSV(B) | 32.2º | 0.17% | 0.96% | - |
XYZ | 75.75 | 78.16 | 68.22 | - |
YUV | 229.17 | 113.79 | 139.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 226 | 204 | 0 | 0.08 | 0.17 | 0.04 | 32.2 | 0.67 | 0.88 |
Hex | F5 | E2 | CC | 0 | 8 | 11 | 4 | 20 | 43 | 58 |
Octal | 365 | 342 | 314 | 0 | 10 | 21 | 4 | 40 | 103 | 130 |
Binary | 11110101 | 11100010 | 11001100 | 0 | 1000 | 10001 | 100 | 100000 | 1000011 | 1011000 |
Color Harmonies of #F5E2CC
Complementary color
Monochromatic Colors of #F5E2CC
Black with #F5E2CC
Text Example
Text Example
White with #F5E2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E2CC; }
p { color: rgb(245,226,204); }
H1.HeaderClassName
{
color: #F5E2CC;
}
.AnyTagClassName
{
color: #F5E2CC;
}
</style>
background-color css
<style>
a { background-color: #F5E2CC; }
a { background-color: rgb(245,226,204); }
div.DivClassName
{
background-color: #F5E2CC;
}
.BgClassName
{
background-color: #F5E2CC;
}
</style>
border-color css
<style>
span { border-color: #F5E2CC; }
span { border-color: rgb(245,226,204); }
td.TdClassName
{
border-color: #F5E2CC;
}
.TagClassName
{
border-color: #F5E2CC;
}
</style>