Shades of Cape Honey #FADEA4
Tints of Cape Honey #FADEA4
RGB
CMYK
RGB Variations
Color information
#FADEA4 (or 0xFADEA4) is known color: Cape Honey. HEX triplet: FA, DE and A4. RGB value is (250,222,164). Sum of RGB (Red+Green+Blue) = 250+222+164=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 164 (64.45% from 255 or 25.79% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADEA4 is #05215B. Grayscale: #E0E0E0. Windows color (decimal): -336220 or 10804986. OLE color: 10804986.
HSL color Cylindrical-coordinate representation of color #FADEA4: hue angle of 40.47º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FADEA4 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 164 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.02 |
| HSL | 40.47º | 0.9% | 0.81% | - |
| HSV(B) | 40.47º | 0.34% | 0.98% | - |
| XYZ | 72.25 | 75.25 | 45.84 | - |
| YUV | 223.76 | 94.28 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 164 | 0 | 0.11 | 0.34 | 0.02 | 40.47 | 0.9 | 0.81 |
| Hex | FA | DE | A4 | 0 | B | 22 | 2 | 28 | 5A | 51 |
| Octal | 372 | 336 | 244 | 0 | 13 | 42 | 2 | 50 | 132 | 121 |
| Binary | 11111010 | 11011110 | 10100100 | 0 | 1011 | 100010 | 10 | 101000 | 1011010 | 1010001 |
Color Harmonies of #FADEA4
Complementary color
Monochromatic Colors of #FADEA4
Black with #FADEA4
Text Example
Text Example
White with #FADEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEA4; }
p { color: rgb(250,222,164); }
H1.HeaderClassName
{
color: #FADEA4;
}
.AnyTagClassName
{
color: #FADEA4;
}
</style>
background-color css
<style>
a { background-color: #FADEA4; }
a { background-color: rgb(250,222,164); }
div.DivClassName
{
background-color: #FADEA4;
}
.BgClassName
{
background-color: #FADEA4;
}
</style>
border-color css
<style>
span { border-color: #FADEA4; }
span { border-color: rgb(250,222,164); }
td.TdClassName
{
border-color: #FADEA4;
}
.TagClassName
{
border-color: #FADEA4;
}
</style>