Shades of Cherokee #FDCE80
Tints of Cherokee #FDCE80
RGB
CMYK
RGB Variations
Color information
#FDCE80 (or 0xFDCE80) is known color: Cherokee. HEX triplet: FD, CE and 80. RGB value is (253,206,128). Sum of RGB (Red+Green+Blue) = 253+206+128=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 128 (50.39% from 255 or 21.81% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCE80 is #02317F. Grayscale: #D3D3D3. Windows color (decimal): -143744 or 8441597. OLE color: 8441597.
HSL color Cylindrical-coordinate representation of color #FDCE80: hue angle of 37.44º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDCE80 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 128 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.01 |
| HSL | 37.44º | 0.97% | 0.75% | - |
| HSV(B) | 37.44º | 0.49% | 0.99% | - |
| XYZ | 66.48 | 66.58 | 29.77 | - |
| YUV | 211.16 | 81.07 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 128 | 0 | 0.19 | 0.49 | 0.01 | 37.44 | 0.97 | 0.75 |
| Hex | FD | CE | 80 | 0 | 13 | 31 | 1 | 25 | 61 | 4B |
| Octal | 375 | 316 | 200 | 0 | 23 | 61 | 1 | 45 | 141 | 113 |
| Binary | 11111101 | 11001110 | 10000000 | 0 | 10011 | 110001 | 1 | 100101 | 1100001 | 1001011 |
Color Harmonies of #FDCE80
Complementary color
Monochromatic Colors of #FDCE80
Black with #FDCE80
Text Example
Text Example
White with #FDCE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE80; }
p { color: rgb(253,206,128); }
H1.HeaderClassName
{
color: #FDCE80;
}
.AnyTagClassName
{
color: #FDCE80;
}
</style>
background-color css
<style>
a { background-color: #FDCE80; }
a { background-color: rgb(253,206,128); }
div.DivClassName
{
background-color: #FDCE80;
}
.BgClassName
{
background-color: #FDCE80;
}
</style>
border-color css
<style>
span { border-color: #FDCE80; }
span { border-color: rgb(253,206,128); }
td.TdClassName
{
border-color: #FDCE80;
}
.TagClassName
{
border-color: #FDCE80;
}
</style>