Shades of Cherokee #FBCC8B
Tints of Cherokee #FBCC8B
RGB
CMYK
RGB Variations
Color information
#FBCC8B (or 0xFBCC8B) is known color: Cherokee. HEX triplet: FB, CC and 8B. RGB value is (251,204,139). Sum of RGB (Red+Green+Blue) = 251+204+139=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCC8B is #043374. Grayscale: #D2D2D2. Windows color (decimal): -275317 or 9161979. OLE color: 9161979.
HSL color Cylindrical-coordinate representation of color #FBCC8B: hue angle of 34.82º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBCC8B is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 139 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.02 |
| HSL | 34.82º | 0.93% | 0.76% | - |
| HSV(B) | 34.82º | 0.45% | 0.98% | - |
| XYZ | 66.04 | 65.56 | 33.6 | - |
| YUV | 210.64 | 87.57 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 139 | 0 | 0.19 | 0.45 | 0.02 | 34.82 | 0.93 | 0.76 |
| Hex | FB | CC | 8B | 0 | 13 | 2D | 2 | 23 | 5D | 4C |
| Octal | 373 | 314 | 213 | 0 | 23 | 55 | 2 | 43 | 135 | 114 |
| Binary | 11111011 | 11001100 | 10001011 | 0 | 10011 | 101101 | 10 | 100011 | 1011101 | 1001100 |
Color Harmonies of #FBCC8B
Complementary color
Monochromatic Colors of #FBCC8B
Black with #FBCC8B
Text Example
Text Example
White with #FBCC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC8B; }
p { color: rgb(251,204,139); }
H1.HeaderClassName
{
color: #FBCC8B;
}
.AnyTagClassName
{
color: #FBCC8B;
}
</style>
background-color css
<style>
a { background-color: #FBCC8B; }
a { background-color: rgb(251,204,139); }
div.DivClassName
{
background-color: #FBCC8B;
}
.BgClassName
{
background-color: #FBCC8B;
}
</style>
border-color css
<style>
span { border-color: #FBCC8B; }
span { border-color: rgb(251,204,139); }
td.TdClassName
{
border-color: #FBCC8B;
}
.TagClassName
{
border-color: #FBCC8B;
}
</style>