Shades of Cherokee #FDCE8C
Tints of Cherokee #FDCE8C
RGB
CMYK
RGB Variations
Color information
#FDCE8C (or 0xFDCE8C) is known color: Cherokee. HEX triplet: FD, CE and 8C. RGB value is (253,206,140). Sum of RGB (Red+Green+Blue) = 253+206+140=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 140 (55.08% from 255 or 23.37% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCE8C is #023173. Grayscale: #D4D4D4. Windows color (decimal): -143732 or 9228029. OLE color: 9228029.
HSL color Cylindrical-coordinate representation of color #FDCE8C: hue angle of 35.04º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDCE8C is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 140 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.01 |
| HSL | 35.04º | 0.97% | 0.77% | - |
| HSV(B) | 35.04º | 0.45% | 0.99% | - |
| XYZ | 67.31 | 66.92 | 34.18 | - |
| YUV | 212.53 | 87.07 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 140 | 0 | 0.19 | 0.45 | 0.01 | 35.04 | 0.97 | 0.77 |
| Hex | FD | CE | 8C | 0 | 13 | 2D | 1 | 23 | 61 | 4D |
| Octal | 375 | 316 | 214 | 0 | 23 | 55 | 1 | 43 | 141 | 115 |
| Binary | 11111101 | 11001110 | 10001100 | 0 | 10011 | 101101 | 1 | 100011 | 1100001 | 1001101 |
Color Harmonies of #FDCE8C
Complementary color
Monochromatic Colors of #FDCE8C
Black with #FDCE8C
Text Example
Text Example
White with #FDCE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE8C; }
p { color: rgb(253,206,140); }
H1.HeaderClassName
{
color: #FDCE8C;
}
.AnyTagClassName
{
color: #FDCE8C;
}
</style>
background-color css
<style>
a { background-color: #FDCE8C; }
a { background-color: rgb(253,206,140); }
div.DivClassName
{
background-color: #FDCE8C;
}
.BgClassName
{
background-color: #FDCE8C;
}
</style>
border-color css
<style>
span { border-color: #FDCE8C; }
span { border-color: rgb(253,206,140); }
td.TdClassName
{
border-color: #FDCE8C;
}
.TagClassName
{
border-color: #FDCE8C;
}
</style>