Shades of Derby #F3E2CE
Tints of Derby #F3E2CE
RGB
CMYK
RGB Variations
Color information
#F3E2CE (or 0xF3E2CE) is known color: Derby. HEX triplet: F3, E2 and CE. RGB value is (243,226,206). Sum of RGB (Red+Green+Blue) = 243+226+206=675 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36% from 675); Green value is 226 (88.67% from 255 or 33.48% from 675); Blue value is 206 (80.86% from 255 or 30.52% from 675); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E2CE is #0C1D31. Grayscale: #E4E4E4. Windows color (decimal): -793906 or 13558515. OLE color: 13558515.
HSL color Cylindrical-coordinate representation of color #F3E2CE: hue angle of 32.43º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3E2CE is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 226 | 206 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.05 |
| HSL | 32.43º | 0.61% | 0.88% | - |
| HSV(B) | 32.43º | 0.15% | 0.95% | - |
| XYZ | 75.3 | 77.9 | 69.46 | - |
| YUV | 228.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 226 | 206 | 0 | 0.07 | 0.15 | 0.05 | 32.43 | 0.61 | 0.88 |
| Hex | F3 | E2 | CE | 0 | 7 | F | 5 | 20 | 3D | 58 |
| Octal | 363 | 342 | 316 | 0 | 7 | 17 | 5 | 40 | 75 | 130 |
| Binary | 11110011 | 11100010 | 11001110 | 0 | 111 | 1111 | 101 | 100000 | 111101 | 1011000 |
Color Harmonies of #F3E2CE
Complementary color
Monochromatic Colors of #F3E2CE
Black with #F3E2CE
Text Example
Text Example
White with #F3E2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E2CE; }
p { color: rgb(243,226,206); }
H1.HeaderClassName
{
color: #F3E2CE;
}
.AnyTagClassName
{
color: #F3E2CE;
}
</style>
background-color css
<style>
a { background-color: #F3E2CE; }
a { background-color: rgb(243,226,206); }
div.DivClassName
{
background-color: #F3E2CE;
}
.BgClassName
{
background-color: #F3E2CE;
}
</style>
border-color css
<style>
span { border-color: #F3E2CE; }
span { border-color: rgb(243,226,206); }
td.TdClassName
{
border-color: #F3E2CE;
}
.TagClassName
{
border-color: #F3E2CE;
}
</style>