Shades of Cherokee #FACD7D
Tints of Cherokee #FACD7D
RGB
CMYK
RGB Variations
Color information
#FACD7D (or 0xFACD7D) is known color: Cherokee. HEX triplet: FA, CD and 7D. RGB value is (250,205,125). Sum of RGB (Red+Green+Blue) = 250+205+125=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 125 (49.22% from 255 or 21.55% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD7D is #053282. Grayscale: #D1D1D1. Windows color (decimal): -340611 or 8244730. OLE color: 8244730.
HSL color Cylindrical-coordinate representation of color #FACD7D: hue angle of 38.4º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FACD7D is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 125 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.02 |
| HSL | 38.4º | 0.93% | 0.74% | - |
| HSV(B) | 38.4º | 0.5% | 0.98% | - |
| XYZ | 64.96 | 65.47 | 28.61 | - |
| YUV | 209.34 | 80.41 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 125 | 0 | 0.18 | 0.50 | 0.02 | 38.4 | 0.93 | 0.74 |
| Hex | FA | CD | 7D | 0 | 12 | 32 | 2 | 26 | 5D | 4A |
| Octal | 372 | 315 | 175 | 0 | 22 | 62 | 2 | 46 | 135 | 112 |
| Binary | 11111010 | 11001101 | 1111101 | 0 | 10010 | 110010 | 10 | 100110 | 1011101 | 1001010 |
Color Harmonies of #FACD7D
Complementary color
Monochromatic Colors of #FACD7D
Black with #FACD7D
Text Example
Text Example
White with #FACD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD7D; }
p { color: rgb(250,205,125); }
H1.HeaderClassName
{
color: #FACD7D;
}
.AnyTagClassName
{
color: #FACD7D;
}
</style>
background-color css
<style>
a { background-color: #FACD7D; }
a { background-color: rgb(250,205,125); }
div.DivClassName
{
background-color: #FACD7D;
}
.BgClassName
{
background-color: #FACD7D;
}
</style>
border-color css
<style>
span { border-color: #FACD7D; }
span { border-color: rgb(250,205,125); }
td.TdClassName
{
border-color: #FACD7D;
}
.TagClassName
{
border-color: #FACD7D;
}
</style>