Shades of Cape Honey #FADEA5
Tints of Cape Honey #FADEA5
RGB
CMYK
RGB Variations
Color information
#FADEA5 (or 0xFADEA5) is known color: Cape Honey. HEX triplet: FA, DE and A5. RGB value is (250,222,165). Sum of RGB (Red+Green+Blue) = 250+222+165=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 165 (64.84% from 255 or 25.90% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADEA5 is #05215A. Grayscale: #E0E0E0. Windows color (decimal): -336219 or 10870522. OLE color: 10870522.
HSL color Cylindrical-coordinate representation of color #FADEA5: hue angle of 40.24º degrees, saturation: 0.89, 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 #FADEA5 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 165 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.02 |
| HSL | 40.24º | 0.89% | 0.81% | - |
| HSV(B) | 40.24º | 0.34% | 0.98% | - |
| XYZ | 72.34 | 75.28 | 46.32 | - |
| YUV | 223.87 | 94.78 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 165 | 0 | 0.11 | 0.34 | 0.02 | 40.24 | 0.89 | 0.81 |
| Hex | FA | DE | A5 | 0 | B | 22 | 2 | 28 | 59 | 51 |
| Octal | 372 | 336 | 245 | 0 | 13 | 42 | 2 | 50 | 131 | 121 |
| Binary | 11111010 | 11011110 | 10100101 | 0 | 1011 | 100010 | 10 | 101000 | 1011001 | 1010001 |
Color Harmonies of #FADEA5
Complementary color
Monochromatic Colors of #FADEA5
Black with #FADEA5
Text Example
Text Example
White with #FADEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEA5; }
p { color: rgb(250,222,165); }
H1.HeaderClassName
{
color: #FADEA5;
}
.AnyTagClassName
{
color: #FADEA5;
}
</style>
background-color css
<style>
a { background-color: #FADEA5; }
a { background-color: rgb(250,222,165); }
div.DivClassName
{
background-color: #FADEA5;
}
.BgClassName
{
background-color: #FADEA5;
}
</style>
border-color css
<style>
span { border-color: #FADEA5; }
span { border-color: rgb(250,222,165); }
td.TdClassName
{
border-color: #FADEA5;
}
.TagClassName
{
border-color: #FADEA5;
}
</style>