Shades of Cherokee #FACD87
Tints of Cherokee #FACD87
RGB
CMYK
RGB Variations
Color information
#FACD87 (or 0xFACD87) is known color: Cherokee. HEX triplet: FA, CD and 87. RGB value is (250,205,135). Sum of RGB (Red+Green+Blue) = 250+205+135=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 135 (53.12% from 255 or 22.88% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD87 is #053278. Grayscale: #D2D2D2. Windows color (decimal): -340601 or 8900090. OLE color: 8900090.
HSL color Cylindrical-coordinate representation of color #FACD87: hue angle of 36.52º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FACD87 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 135 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.02 |
| HSL | 36.52º | 0.92% | 0.75% | - |
| HSV(B) | 36.52º | 0.46% | 0.98% | - |
| XYZ | 65.63 | 65.74 | 32.15 | - |
| YUV | 210.48 | 85.41 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 135 | 0 | 0.18 | 0.46 | 0.02 | 36.52 | 0.92 | 0.75 |
| Hex | FA | CD | 87 | 0 | 12 | 2E | 2 | 25 | 5C | 4B |
| Octal | 372 | 315 | 207 | 0 | 22 | 56 | 2 | 45 | 134 | 113 |
| Binary | 11111010 | 11001101 | 10000111 | 0 | 10010 | 101110 | 10 | 100101 | 1011100 | 1001011 |
Color Harmonies of #FACD87
Complementary color
Monochromatic Colors of #FACD87
Black with #FACD87
Text Example
Text Example
White with #FACD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD87; }
p { color: rgb(250,205,135); }
H1.HeaderClassName
{
color: #FACD87;
}
.AnyTagClassName
{
color: #FACD87;
}
</style>
background-color css
<style>
a { background-color: #FACD87; }
a { background-color: rgb(250,205,135); }
div.DivClassName
{
background-color: #FACD87;
}
.BgClassName
{
background-color: #FACD87;
}
</style>
border-color css
<style>
span { border-color: #FACD87; }
span { border-color: rgb(250,205,135); }
td.TdClassName
{
border-color: #FACD87;
}
.TagClassName
{
border-color: #FACD87;
}
</style>