Shades of Cherokee #FECF8C
Tints of Cherokee #FECF8C
RGB
CMYK
RGB Variations
Color information
#FECF8C (or 0xFECF8C) is known color: Cherokee. HEX triplet: FE, CF and 8C. RGB value is (254,207,140). Sum of RGB (Red+Green+Blue) = 254+207+140=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 140 (55.08% from 255 or 23.29% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF8C is #013073. Grayscale: #D5D5D5. Windows color (decimal): -77940 or 9228286. OLE color: 9228286.
HSL color Cylindrical-coordinate representation of color #FECF8C: hue angle of 35.26º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FECF8C is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 140 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.00 |
| HSL | 35.26º | 0.98% | 0.77% | - |
| HSV(B) | 35.26º | 0.45% | 1% | - |
| XYZ | 67.92 | 67.59 | 34.28 | - |
| YUV | 213.42 | 86.57 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 140 | 0 | 0.19 | 0.45 | 0.00 | 35.26 | 0.98 | 0.77 |
| Hex | FE | CF | 8C | 0 | 13 | 2D | 0 | 23 | 62 | 4D |
| Octal | 376 | 317 | 214 | 0 | 23 | 55 | 0 | 43 | 142 | 115 |
| Binary | 11111110 | 11001111 | 10001100 | 0 | 10011 | 101101 | 0 | 100011 | 1100010 | 1001101 |
Color Harmonies of #FECF8C
Complementary color
Monochromatic Colors of #FECF8C
Black with #FECF8C
Text Example
Text Example
White with #FECF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF8C; }
p { color: rgb(254,207,140); }
H1.HeaderClassName
{
color: #FECF8C;
}
.AnyTagClassName
{
color: #FECF8C;
}
</style>
background-color css
<style>
a { background-color: #FECF8C; }
a { background-color: rgb(254,207,140); }
div.DivClassName
{
background-color: #FECF8C;
}
.BgClassName
{
background-color: #FECF8C;
}
</style>
border-color css
<style>
span { border-color: #FECF8C; }
span { border-color: rgb(254,207,140); }
td.TdClassName
{
border-color: #FECF8C;
}
.TagClassName
{
border-color: #FECF8C;
}
</style>