Shades of Cherokee #F2CE88
Tints of Cherokee #F2CE88
RGB
CMYK
RGB Variations
Color information
#F2CE88 (or 0xF2CE88) is known color: Cherokee. HEX triplet: F2, CE and 88. RGB value is (242,206,136). Sum of RGB (Red+Green+Blue) = 242+206+136=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 136 (53.52% from 255 or 23.29% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CE88 is #0D3177. Grayscale: #D1D1D1. Windows color (decimal): -864632 or 8965874. OLE color: 8965874.
HSL color Cylindrical-coordinate representation of color #F2CE88: hue angle of 39.62º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2CE88 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 136 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.05 |
| HSL | 39.62º | 0.8% | 0.74% | - |
| HSV(B) | 39.62º | 0.44% | 0.95% | - |
| XYZ | 63.13 | 64.8 | 32.47 | - |
| YUV | 208.78 | 86.93 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 136 | 0 | 0.15 | 0.44 | 0.05 | 39.62 | 0.8 | 0.74 |
| Hex | F2 | CE | 88 | 0 | F | 2C | 5 | 28 | 50 | 4A |
| Octal | 362 | 316 | 210 | 0 | 17 | 54 | 5 | 50 | 120 | 112 |
| Binary | 11110010 | 11001110 | 10001000 | 0 | 1111 | 101100 | 101 | 101000 | 1010000 | 1001010 |
Color Harmonies of #F2CE88
Complementary color
Monochromatic Colors of #F2CE88
Black with #F2CE88
Text Example
Text Example
White with #F2CE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE88; }
p { color: rgb(242,206,136); }
H1.HeaderClassName
{
color: #F2CE88;
}
.AnyTagClassName
{
color: #F2CE88;
}
</style>
background-color css
<style>
a { background-color: #F2CE88; }
a { background-color: rgb(242,206,136); }
div.DivClassName
{
background-color: #F2CE88;
}
.BgClassName
{
background-color: #F2CE88;
}
</style>
border-color css
<style>
span { border-color: #F2CE88; }
span { border-color: rgb(242,206,136); }
td.TdClassName
{
border-color: #F2CE88;
}
.TagClassName
{
border-color: #F2CE88;
}
</style>