Shades of Cherokee #FACD80
Tints of Cherokee #FACD80
RGB
CMYK
RGB Variations
Color information
#FACD80 (or 0xFACD80) is known color: Cherokee. HEX triplet: FA, CD and 80. RGB value is (250,205,128). Sum of RGB (Red+Green+Blue) = 250+205+128=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD80 is #05327F. Grayscale: #D2D2D2. Windows color (decimal): -340608 or 8441338. OLE color: 8441338.
HSL color Cylindrical-coordinate representation of color #FACD80: hue angle of 37.87º degrees, saturation: 0.92, 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 #FACD80 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 128 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.02 |
| HSL | 37.87º | 0.92% | 0.74% | - |
| HSV(B) | 37.87º | 0.49% | 0.98% | - |
| XYZ | 65.15 | 65.55 | 29.64 | - |
| YUV | 209.68 | 81.91 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 128 | 0 | 0.18 | 0.49 | 0.02 | 37.87 | 0.92 | 0.74 |
| Hex | FA | CD | 80 | 0 | 12 | 31 | 2 | 26 | 5C | 4A |
| Octal | 372 | 315 | 200 | 0 | 22 | 61 | 2 | 46 | 134 | 112 |
| Binary | 11111010 | 11001101 | 10000000 | 0 | 10010 | 110001 | 10 | 100110 | 1011100 | 1001010 |
Color Harmonies of #FACD80
Complementary color
Monochromatic Colors of #FACD80
Black with #FACD80
Text Example
Text Example
White with #FACD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD80; }
p { color: rgb(250,205,128); }
H1.HeaderClassName
{
color: #FACD80;
}
.AnyTagClassName
{
color: #FACD80;
}
</style>
background-color css
<style>
a { background-color: #FACD80; }
a { background-color: rgb(250,205,128); }
div.DivClassName
{
background-color: #FACD80;
}
.BgClassName
{
background-color: #FACD80;
}
</style>
border-color css
<style>
span { border-color: #FACD80; }
span { border-color: rgb(250,205,128); }
td.TdClassName
{
border-color: #FACD80;
}
.TagClassName
{
border-color: #FACD80;
}
</style>