Shades of Cherokee #FBCD83
Tints of Cherokee #FBCD83
RGB
CMYK
RGB Variations
Color information
#FBCD83 (or 0xFBCD83) is known color: Cherokee. HEX triplet: FB, CD and 83. RGB value is (251,205,131). Sum of RGB (Red+Green+Blue) = 251+205+131=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 131 (51.56% from 255 or 22.32% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCD83 is #04327C. Grayscale: #D2D2D2. Windows color (decimal): -275069 or 8637947. OLE color: 8637947.
HSL color Cylindrical-coordinate representation of color #FBCD83: hue angle of 37º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FBCD83 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 131 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.02 |
| HSL | 37º | 0.94% | 0.75% | - |
| HSV(B) | 37º | 0.48% | 0.98% | - |
| XYZ | 65.71 | 65.81 | 30.71 | - |
| YUV | 210.32 | 83.24 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 131 | 0 | 0.18 | 0.48 | 0.02 | 37 | 0.94 | 0.75 |
| Hex | FB | CD | 83 | 0 | 12 | 30 | 2 | 25 | 5E | 4B |
| Octal | 373 | 315 | 203 | 0 | 22 | 60 | 2 | 45 | 136 | 113 |
| Binary | 11111011 | 11001101 | 10000011 | 0 | 10010 | 110000 | 10 | 100101 | 1011110 | 1001011 |
Color Harmonies of #FBCD83
Complementary color
Monochromatic Colors of #FBCD83
Black with #FBCD83
Text Example
Text Example
White with #FBCD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCD83; }
p { color: rgb(251,205,131); }
H1.HeaderClassName
{
color: #FBCD83;
}
.AnyTagClassName
{
color: #FBCD83;
}
</style>
background-color css
<style>
a { background-color: #FBCD83; }
a { background-color: rgb(251,205,131); }
div.DivClassName
{
background-color: #FBCD83;
}
.BgClassName
{
background-color: #FBCD83;
}
</style>
border-color css
<style>
span { border-color: #FBCD83; }
span { border-color: rgb(251,205,131); }
td.TdClassName
{
border-color: #FBCD83;
}
.TagClassName
{
border-color: #FBCD83;
}
</style>