Shades of Cherokee #FBCE8B
Tints of Cherokee #FBCE8B
RGB
CMYK
RGB Variations
Color information
#FBCE8B (or 0xFBCE8B) is known color: Cherokee. HEX triplet: FB, CE and 8B. RGB value is (251,206,139). Sum of RGB (Red+Green+Blue) = 251+206+139=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 139 (54.69% from 255 or 23.32% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCE8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCE8B is #043174. Grayscale: #D4D4D4. Windows color (decimal): -274805 or 9162491. OLE color: 9162491.
HSL color Cylindrical-coordinate representation of color #FBCE8B: hue angle of 35.89º 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 #FBCE8B is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 139 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.02 |
| HSL | 35.89º | 0.93% | 0.76% | - |
| HSV(B) | 35.89º | 0.45% | 0.98% | - |
| XYZ | 66.52 | 66.52 | 33.76 | - |
| YUV | 211.82 | 86.91 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 139 | 0 | 0.18 | 0.45 | 0.02 | 35.89 | 0.93 | 0.76 |
| Hex | FB | CE | 8B | 0 | 12 | 2D | 2 | 24 | 5D | 4C |
| Octal | 373 | 316 | 213 | 0 | 22 | 55 | 2 | 44 | 135 | 114 |
| Binary | 11111011 | 11001110 | 10001011 | 0 | 10010 | 101101 | 10 | 100100 | 1011101 | 1001100 |
Color Harmonies of #FBCE8B
Complementary color
Monochromatic Colors of #FBCE8B
Black with #FBCE8B
Text Example
Text Example
White with #FBCE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCE8B; }
p { color: rgb(251,206,139); }
H1.HeaderClassName
{
color: #FBCE8B;
}
.AnyTagClassName
{
color: #FBCE8B;
}
</style>
background-color css
<style>
a { background-color: #FBCE8B; }
a { background-color: rgb(251,206,139); }
div.DivClassName
{
background-color: #FBCE8B;
}
.BgClassName
{
background-color: #FBCE8B;
}
</style>
border-color css
<style>
span { border-color: #FBCE8B; }
span { border-color: rgb(251,206,139); }
td.TdClassName
{
border-color: #FBCE8B;
}
.TagClassName
{
border-color: #FBCE8B;
}
</style>