Shades of Cherokee #FBCD86
Tints of Cherokee #FBCD86
RGB
CMYK
RGB Variations
Color information
#FBCD86 (or 0xFBCD86) is known color: Cherokee. HEX triplet: FB, CD and 86. RGB value is (251,205,134). Sum of RGB (Red+Green+Blue) = 251+205+134=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 134 (52.73% from 255 or 22.71% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCD86 is #043279. Grayscale: #D2D2D2. Windows color (decimal): -275066 or 8834555. OLE color: 8834555.
HSL color Cylindrical-coordinate representation of color #FBCD86: hue angle of 36.41º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FBCD86 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 134 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.02 |
| HSL | 36.41º | 0.94% | 0.75% | - |
| HSV(B) | 36.41º | 0.47% | 0.98% | - |
| XYZ | 65.92 | 65.89 | 31.8 | - |
| YUV | 210.66 | 84.74 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 134 | 0 | 0.18 | 0.47 | 0.02 | 36.41 | 0.94 | 0.75 |
| Hex | FB | CD | 86 | 0 | 12 | 2F | 2 | 24 | 5E | 4B |
| Octal | 373 | 315 | 206 | 0 | 22 | 57 | 2 | 44 | 136 | 113 |
| Binary | 11111011 | 11001101 | 10000110 | 0 | 10010 | 101111 | 10 | 100100 | 1011110 | 1001011 |
Color Harmonies of #FBCD86
Complementary color
Monochromatic Colors of #FBCD86
Black with #FBCD86
Text Example
Text Example
White with #FBCD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCD86; }
p { color: rgb(251,205,134); }
H1.HeaderClassName
{
color: #FBCD86;
}
.AnyTagClassName
{
color: #FBCD86;
}
</style>
background-color css
<style>
a { background-color: #FBCD86; }
a { background-color: rgb(251,205,134); }
div.DivClassName
{
background-color: #FBCD86;
}
.BgClassName
{
background-color: #FBCD86;
}
</style>
border-color css
<style>
span { border-color: #FBCD86; }
span { border-color: rgb(251,205,134); }
td.TdClassName
{
border-color: #FBCD86;
}
.TagClassName
{
border-color: #FBCD86;
}
</style>