Shades of Cherokee #FBCD80
Tints of Cherokee #FBCD80
RGB
CMYK
RGB Variations
Color information
#FBCD80 (or 0xFBCD80) is known color: Cherokee. HEX triplet: FB, CD and 80. RGB value is (251,205,128). Sum of RGB (Red+Green+Blue) = 251+205+128=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCD80 is #04327F. Grayscale: #D2D2D2. Windows color (decimal): -275072 or 8441339. OLE color: 8441339.
HSL color Cylindrical-coordinate representation of color #FBCD80: hue angle of 37.56º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FBCD80 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 128 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.02 |
| HSL | 37.56º | 0.94% | 0.74% | - |
| HSV(B) | 37.56º | 0.49% | 0.98% | - |
| XYZ | 65.51 | 65.73 | 29.66 | - |
| YUV | 209.98 | 81.74 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 128 | 0 | 0.18 | 0.49 | 0.02 | 37.56 | 0.94 | 0.74 |
| Hex | FB | CD | 80 | 0 | 12 | 31 | 2 | 26 | 5E | 4A |
| Octal | 373 | 315 | 200 | 0 | 22 | 61 | 2 | 46 | 136 | 112 |
| Binary | 11111011 | 11001101 | 10000000 | 0 | 10010 | 110001 | 10 | 100110 | 1011110 | 1001010 |
Color Harmonies of #FBCD80
Complementary color
Monochromatic Colors of #FBCD80
Black with #FBCD80
Text Example
Text Example
White with #FBCD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCD80; }
p { color: rgb(251,205,128); }
H1.HeaderClassName
{
color: #FBCD80;
}
.AnyTagClassName
{
color: #FBCD80;
}
</style>
background-color css
<style>
a { background-color: #FBCD80; }
a { background-color: rgb(251,205,128); }
div.DivClassName
{
background-color: #FBCD80;
}
.BgClassName
{
background-color: #FBCD80;
}
</style>
border-color css
<style>
span { border-color: #FBCD80; }
span { border-color: rgb(251,205,128); }
td.TdClassName
{
border-color: #FBCD80;
}
.TagClassName
{
border-color: #FBCD80;
}
</style>