Shades of Cherokee #FACD84
Tints of Cherokee #FACD84
RGB
CMYK
RGB Variations
Color information
#FACD84 (or 0xFACD84) is known color: Cherokee. HEX triplet: FA, CD and 84. RGB value is (250,205,132). Sum of RGB (Red+Green+Blue) = 250+205+132=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 132 (51.95% from 255 or 22.49% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD84 is #05327B. Grayscale: #D2D2D2. Windows color (decimal): -340604 or 8703482. OLE color: 8703482.
HSL color Cylindrical-coordinate representation of color #FACD84: hue angle of 37.12º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FACD84 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 132 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.02 |
| HSL | 37.12º | 0.92% | 0.75% | - |
| HSV(B) | 37.12º | 0.47% | 0.98% | - |
| XYZ | 65.42 | 65.65 | 31.05 | - |
| YUV | 210.13 | 83.91 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 132 | 0 | 0.18 | 0.47 | 0.02 | 37.12 | 0.92 | 0.75 |
| Hex | FA | CD | 84 | 0 | 12 | 2F | 2 | 25 | 5C | 4B |
| Octal | 372 | 315 | 204 | 0 | 22 | 57 | 2 | 45 | 134 | 113 |
| Binary | 11111010 | 11001101 | 10000100 | 0 | 10010 | 101111 | 10 | 100101 | 1011100 | 1001011 |
Color Harmonies of #FACD84
Complementary color
Monochromatic Colors of #FACD84
Black with #FACD84
Text Example
Text Example
White with #FACD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD84; }
p { color: rgb(250,205,132); }
H1.HeaderClassName
{
color: #FACD84;
}
.AnyTagClassName
{
color: #FACD84;
}
</style>
background-color css
<style>
a { background-color: #FACD84; }
a { background-color: rgb(250,205,132); }
div.DivClassName
{
background-color: #FACD84;
}
.BgClassName
{
background-color: #FACD84;
}
</style>
border-color css
<style>
span { border-color: #FACD84; }
span { border-color: rgb(250,205,132); }
td.TdClassName
{
border-color: #FACD84;
}
.TagClassName
{
border-color: #FACD84;
}
</style>