Shades of Cherokee #FACE8D
Tints of Cherokee #FACE8D
RGB
CMYK
RGB Variations
Color information
#FACE8D (or 0xFACE8D) is known color: Cherokee. HEX triplet: FA, CE and 8D. RGB value is (250,206,141). Sum of RGB (Red+Green+Blue) = 250+206+141=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 141 (55.47% from 255 or 23.62% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACE8D is #053172. Grayscale: #D4D4D4. Windows color (decimal): -340339 or 9293562. OLE color: 9293562.
HSL color Cylindrical-coordinate representation of color #FACE8D: hue angle of 35.78º 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 #FACE8D is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 141 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.02 |
| HSL | 35.78º | 0.92% | 0.77% | - |
| HSV(B) | 35.78º | 0.44% | 0.98% | - |
| XYZ | 66.3 | 66.39 | 34.52 | - |
| YUV | 211.75 | 88.08 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 141 | 0 | 0.18 | 0.44 | 0.02 | 35.78 | 0.92 | 0.77 |
| Hex | FA | CE | 8D | 0 | 12 | 2C | 2 | 24 | 5C | 4D |
| Octal | 372 | 316 | 215 | 0 | 22 | 54 | 2 | 44 | 134 | 115 |
| Binary | 11111010 | 11001110 | 10001101 | 0 | 10010 | 101100 | 10 | 100100 | 1011100 | 1001101 |
Color Harmonies of #FACE8D
Complementary color
Monochromatic Colors of #FACE8D
Black with #FACE8D
Text Example
Text Example
White with #FACE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACE8D; }
p { color: rgb(250,206,141); }
H1.HeaderClassName
{
color: #FACE8D;
}
.AnyTagClassName
{
color: #FACE8D;
}
</style>
background-color css
<style>
a { background-color: #FACE8D; }
a { background-color: rgb(250,206,141); }
div.DivClassName
{
background-color: #FACE8D;
}
.BgClassName
{
background-color: #FACE8D;
}
</style>
border-color css
<style>
span { border-color: #FACE8D; }
span { border-color: rgb(250,206,141); }
td.TdClassName
{
border-color: #FACE8D;
}
.TagClassName
{
border-color: #FACE8D;
}
</style>