Shades of Cape Honey #FADCA0
Tints of Cape Honey #FADCA0
RGB
CMYK
RGB Variations
Color information
#FADCA0 (or 0xFADCA0) is known color: Cape Honey. HEX triplet: FA, DC and A0. RGB value is (250,220,160). Sum of RGB (Red+Green+Blue) = 250+220+160=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 160 (62.89% from 255 or 25.40% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADCA0 is #05235F. Grayscale: #DEDEDE. Windows color (decimal): -336736 or 10542330. OLE color: 10542330.
HSL color Cylindrical-coordinate representation of color #FADCA0: hue angle of 40º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FADCA0 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 160 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.02 |
| HSL | 40º | 0.9% | 0.8% | - |
| HSV(B) | 40º | 0.36% | 0.98% | - |
| XYZ | 71.36 | 74.05 | 43.79 | - |
| YUV | 222.13 | 92.94 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 160 | 0 | 0.12 | 0.36 | 0.02 | 40 | 0.9 | 0.8 |
| Hex | FA | DC | A0 | 0 | C | 24 | 2 | 28 | 5A | 50 |
| Octal | 372 | 334 | 240 | 0 | 14 | 44 | 2 | 50 | 132 | 120 |
| Binary | 11111010 | 11011100 | 10100000 | 0 | 1100 | 100100 | 10 | 101000 | 1011010 | 1010000 |
Color Harmonies of #FADCA0
Complementary color
Monochromatic Colors of #FADCA0
Black with #FADCA0
Text Example
Text Example
White with #FADCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCA0; }
p { color: rgb(250,220,160); }
H1.HeaderClassName
{
color: #FADCA0;
}
.AnyTagClassName
{
color: #FADCA0;
}
</style>
background-color css
<style>
a { background-color: #FADCA0; }
a { background-color: rgb(250,220,160); }
div.DivClassName
{
background-color: #FADCA0;
}
.BgClassName
{
background-color: #FADCA0;
}
</style>
border-color css
<style>
span { border-color: #FADCA0; }
span { border-color: rgb(250,220,160); }
td.TdClassName
{
border-color: #FADCA0;
}
.TagClassName
{
border-color: #FADCA0;
}
</style>