Shades of Cape Honey #FADEA2
Tints of Cape Honey #FADEA2
RGB
CMYK
RGB Variations
Color information
#FADEA2 (or 0xFADEA2) is known color: Cape Honey. HEX triplet: FA, DE and A2. RGB value is (250,222,162). Sum of RGB (Red+Green+Blue) = 250+222+162=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 162 (63.67% from 255 or 25.55% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADEA2 is #05215D. Grayscale: #DFDFDF. Windows color (decimal): -336222 or 10673914. OLE color: 10673914.
HSL color Cylindrical-coordinate representation of color #FADEA2: hue angle of 40.91º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FADEA2 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 162 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.02 |
| HSL | 40.91º | 0.9% | 0.81% | - |
| HSV(B) | 40.91º | 0.35% | 0.98% | - |
| XYZ | 72.07 | 75.18 | 44.89 | - |
| YUV | 223.53 | 93.28 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 162 | 0 | 0.11 | 0.35 | 0.02 | 40.91 | 0.9 | 0.81 |
| Hex | FA | DE | A2 | 0 | B | 23 | 2 | 29 | 5A | 51 |
| Octal | 372 | 336 | 242 | 0 | 13 | 43 | 2 | 51 | 132 | 121 |
| Binary | 11111010 | 11011110 | 10100010 | 0 | 1011 | 100011 | 10 | 101001 | 1011010 | 1010001 |
Color Harmonies of #FADEA2
Complementary color
Monochromatic Colors of #FADEA2
Black with #FADEA2
Text Example
Text Example
White with #FADEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEA2; }
p { color: rgb(250,222,162); }
H1.HeaderClassName
{
color: #FADEA2;
}
.AnyTagClassName
{
color: #FADEA2;
}
</style>
background-color css
<style>
a { background-color: #FADEA2; }
a { background-color: rgb(250,222,162); }
div.DivClassName
{
background-color: #FADEA2;
}
.BgClassName
{
background-color: #FADEA2;
}
</style>
border-color css
<style>
span { border-color: #FADEA2; }
span { border-color: rgb(250,222,162); }
td.TdClassName
{
border-color: #FADEA2;
}
.TagClassName
{
border-color: #FADEA2;
}
</style>