Shades of Cherokee #FCCB8B
Tints of Cherokee #FCCB8B
RGB
CMYK
RGB Variations
Color information
#FCCB8B (or 0xFCCB8B) is known color: Cherokee. HEX triplet: FC, CB and 8B. RGB value is (252,203,139). Sum of RGB (Red+Green+Blue) = 252+203+139=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCB8B is #033474. Grayscale: #D2D2D2. Windows color (decimal): -210037 or 9161724. OLE color: 9161724.
HSL color Cylindrical-coordinate representation of color #FCCB8B: hue angle of 33.98º degrees, saturation: 0.95, 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 #FCCB8B is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 139 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.01 |
| HSL | 33.98º | 0.95% | 0.77% | - |
| HSV(B) | 33.98º | 0.45% | 0.99% | - |
| XYZ | 66.16 | 65.27 | 33.54 | - |
| YUV | 210.36 | 87.73 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 139 | 0 | 0.19 | 0.45 | 0.01 | 33.98 | 0.95 | 0.77 |
| Hex | FC | CB | 8B | 0 | 13 | 2D | 1 | 22 | 5F | 4D |
| Octal | 374 | 313 | 213 | 0 | 23 | 55 | 1 | 42 | 137 | 115 |
| Binary | 11111100 | 11001011 | 10001011 | 0 | 10011 | 101101 | 1 | 100010 | 1011111 | 1001101 |
Color Harmonies of #FCCB8B
Complementary color
Monochromatic Colors of #FCCB8B
Black with #FCCB8B
Text Example
Text Example
White with #FCCB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB8B; }
p { color: rgb(252,203,139); }
H1.HeaderClassName
{
color: #FCCB8B;
}
.AnyTagClassName
{
color: #FCCB8B;
}
</style>
background-color css
<style>
a { background-color: #FCCB8B; }
a { background-color: rgb(252,203,139); }
div.DivClassName
{
background-color: #FCCB8B;
}
.BgClassName
{
background-color: #FCCB8B;
}
</style>
border-color css
<style>
span { border-color: #FCCB8B; }
span { border-color: rgb(252,203,139); }
td.TdClassName
{
border-color: #FCCB8B;
}
.TagClassName
{
border-color: #FCCB8B;
}
</style>