Shades of Cherokee #FCCD8C
Tints of Cherokee #FCCD8C
RGB
CMYK
RGB Variations
Color information
#FCCD8C (or 0xFCCD8C) is known color: Cherokee. HEX triplet: FC, CD and 8C. RGB value is (252,205,140). Sum of RGB (Red+Green+Blue) = 252+205+140=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 140 (55.08% from 255 or 23.45% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCD8C is #033273. Grayscale: #D3D3D3. Windows color (decimal): -209524 or 9227772. OLE color: 9227772.
HSL color Cylindrical-coordinate representation of color #FCCD8C: hue angle of 34.82º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCCD8C is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 140 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.01 |
| HSL | 34.82º | 0.95% | 0.77% | - |
| HSV(B) | 34.82º | 0.44% | 0.99% | - |
| XYZ | 66.71 | 66.25 | 34.08 | - |
| YUV | 211.64 | 87.57 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 140 | 0 | 0.19 | 0.44 | 0.01 | 34.82 | 0.95 | 0.77 |
| Hex | FC | CD | 8C | 0 | 13 | 2C | 1 | 23 | 5F | 4D |
| Octal | 374 | 315 | 214 | 0 | 23 | 54 | 1 | 43 | 137 | 115 |
| Binary | 11111100 | 11001101 | 10001100 | 0 | 10011 | 101100 | 1 | 100011 | 1011111 | 1001101 |
Color Harmonies of #FCCD8C
Complementary color
Monochromatic Colors of #FCCD8C
Black with #FCCD8C
Text Example
Text Example
White with #FCCD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD8C; }
p { color: rgb(252,205,140); }
H1.HeaderClassName
{
color: #FCCD8C;
}
.AnyTagClassName
{
color: #FCCD8C;
}
</style>
background-color css
<style>
a { background-color: #FCCD8C; }
a { background-color: rgb(252,205,140); }
div.DivClassName
{
background-color: #FCCD8C;
}
.BgClassName
{
background-color: #FCCD8C;
}
</style>
border-color css
<style>
span { border-color: #FCCD8C; }
span { border-color: rgb(252,205,140); }
td.TdClassName
{
border-color: #FCCD8C;
}
.TagClassName
{
border-color: #FCCD8C;
}
</style>