Shades of Cherokee #FACB8D
Tints of Cherokee #FACB8D
RGB
CMYK
RGB Variations
Color information
#FACB8D (or 0xFACB8D) is known color: Cherokee. HEX triplet: FA, CB and 8D. RGB value is (250,203,141). Sum of RGB (Red+Green+Blue) = 250+203+141=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 141 (55.47% from 255 or 23.74% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACB8D is #053472. Grayscale: #D2D2D2. Windows color (decimal): -341107 or 9292794. OLE color: 9292794.
HSL color Cylindrical-coordinate representation of color #FACB8D: hue angle of 34.13º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FACB8D is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 141 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.02 |
| HSL | 34.13º | 0.92% | 0.77% | - |
| HSV(B) | 34.13º | 0.44% | 0.98% | - |
| XYZ | 65.59 | 64.96 | 34.28 | - |
| YUV | 209.99 | 89.07 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 141 | 0 | 0.19 | 0.44 | 0.02 | 34.13 | 0.92 | 0.77 |
| Hex | FA | CB | 8D | 0 | 13 | 2C | 2 | 22 | 5C | 4D |
| Octal | 372 | 313 | 215 | 0 | 23 | 54 | 2 | 42 | 134 | 115 |
| Binary | 11111010 | 11001011 | 10001101 | 0 | 10011 | 101100 | 10 | 100010 | 1011100 | 1001101 |
Color Harmonies of #FACB8D
Complementary color
Monochromatic Colors of #FACB8D
Black with #FACB8D
Text Example
Text Example
White with #FACB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACB8D; }
p { color: rgb(250,203,141); }
H1.HeaderClassName
{
color: #FACB8D;
}
.AnyTagClassName
{
color: #FACB8D;
}
</style>
background-color css
<style>
a { background-color: #FACB8D; }
a { background-color: rgb(250,203,141); }
div.DivClassName
{
background-color: #FACB8D;
}
.BgClassName
{
background-color: #FACB8D;
}
</style>
border-color css
<style>
span { border-color: #FACB8D; }
span { border-color: rgb(250,203,141); }
td.TdClassName
{
border-color: #FACB8D;
}
.TagClassName
{
border-color: #FACB8D;
}
</style>