Shades of Cherokee #FBCD84
Tints of Cherokee #FBCD84
RGB
CMYK
RGB Variations
Color information
#FBCD84 (or 0xFBCD84) is known color: Cherokee. HEX triplet: FB, CD and 84. RGB value is (251,205,132). Sum of RGB (Red+Green+Blue) = 251+205+132=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 132 (51.95% from 255 or 22.45% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCD84 is #04327B. Grayscale: #D2D2D2. Windows color (decimal): -275068 or 8703483. OLE color: 8703483.
HSL color Cylindrical-coordinate representation of color #FBCD84: hue angle of 36.81º 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 #FBCD84 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 132 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.02 |
| HSL | 36.81º | 0.94% | 0.75% | - |
| HSV(B) | 36.81º | 0.47% | 0.98% | - |
| XYZ | 65.78 | 65.84 | 31.07 | - |
| YUV | 210.43 | 83.74 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 132 | 0 | 0.18 | 0.47 | 0.02 | 36.81 | 0.94 | 0.75 |
| Hex | FB | CD | 84 | 0 | 12 | 2F | 2 | 25 | 5E | 4B |
| Octal | 373 | 315 | 204 | 0 | 22 | 57 | 2 | 45 | 136 | 113 |
| Binary | 11111011 | 11001101 | 10000100 | 0 | 10010 | 101111 | 10 | 100101 | 1011110 | 1001011 |
Color Harmonies of #FBCD84
Complementary color
Monochromatic Colors of #FBCD84
Black with #FBCD84
Text Example
Text Example
White with #FBCD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCD84; }
p { color: rgb(251,205,132); }
H1.HeaderClassName
{
color: #FBCD84;
}
.AnyTagClassName
{
color: #FBCD84;
}
</style>
background-color css
<style>
a { background-color: #FBCD84; }
a { background-color: rgb(251,205,132); }
div.DivClassName
{
background-color: #FBCD84;
}
.BgClassName
{
background-color: #FBCD84;
}
</style>
border-color css
<style>
span { border-color: #FBCD84; }
span { border-color: rgb(251,205,132); }
td.TdClassName
{
border-color: #FBCD84;
}
.TagClassName
{
border-color: #FBCD84;
}
</style>