Shades of Cherokee #FBCD8B
Tints of Cherokee #FBCD8B
RGB
CMYK
RGB Variations
Color information
#FBCD8B (or 0xFBCD8B) is known color: Cherokee. HEX triplet: FB, CD and 8B. RGB value is (251,205,139). Sum of RGB (Red+Green+Blue) = 251+205+139=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 139 (54.69% from 255 or 23.36% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCD8B is #043274. Grayscale: #D3D3D3. Windows color (decimal): -275061 or 9162235. OLE color: 9162235.
HSL color Cylindrical-coordinate representation of color #FBCD8B: hue angle of 35.36º 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 #FBCD8B is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 139 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.02 |
| HSL | 35.36º | 0.93% | 0.76% | - |
| HSV(B) | 35.36º | 0.45% | 0.98% | - |
| XYZ | 66.28 | 66.04 | 33.68 | - |
| YUV | 211.23 | 87.24 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 139 | 0 | 0.18 | 0.45 | 0.02 | 35.36 | 0.93 | 0.76 |
| Hex | FB | CD | 8B | 0 | 12 | 2D | 2 | 23 | 5D | 4C |
| Octal | 373 | 315 | 213 | 0 | 22 | 55 | 2 | 43 | 135 | 114 |
| Binary | 11111011 | 11001101 | 10001011 | 0 | 10010 | 101101 | 10 | 100011 | 1011101 | 1001100 |
Color Harmonies of #FBCD8B
Complementary color
Monochromatic Colors of #FBCD8B
Black with #FBCD8B
Text Example
Text Example
White with #FBCD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCD8B; }
p { color: rgb(251,205,139); }
H1.HeaderClassName
{
color: #FBCD8B;
}
.AnyTagClassName
{
color: #FBCD8B;
}
</style>
background-color css
<style>
a { background-color: #FBCD8B; }
a { background-color: rgb(251,205,139); }
div.DivClassName
{
background-color: #FBCD8B;
}
.BgClassName
{
background-color: #FBCD8B;
}
</style>
border-color css
<style>
span { border-color: #FBCD8B; }
span { border-color: rgb(251,205,139); }
td.TdClassName
{
border-color: #FBCD8B;
}
.TagClassName
{
border-color: #FBCD8B;
}
</style>