Shades of Cape Honey #FADDA3
Tints of Cape Honey #FADDA3
RGB
CMYK
RGB Variations
Color information
#FADDA3 (or 0xFADDA3) is known color: Cape Honey. HEX triplet: FA, DD and A3. RGB value is (250,221,163). Sum of RGB (Red+Green+Blue) = 250+221+163=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 163 (64.06% from 255 or 25.71% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADDA3 is #05225C. Grayscale: #DFDFDF. Windows color (decimal): -336477 or 10739194. OLE color: 10739194.
HSL color Cylindrical-coordinate representation of color #FADDA3: hue angle of 40º 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 #FADDA3 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 163 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.02 |
| HSL | 40º | 0.9% | 0.81% | - |
| HSV(B) | 40º | 0.35% | 0.98% | - |
| XYZ | 71.89 | 74.68 | 45.28 | - |
| YUV | 223.06 | 94.11 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 163 | 0 | 0.12 | 0.35 | 0.02 | 40 | 0.9 | 0.81 |
| Hex | FA | DD | A3 | 0 | C | 23 | 2 | 28 | 5A | 51 |
| Octal | 372 | 335 | 243 | 0 | 14 | 43 | 2 | 50 | 132 | 121 |
| Binary | 11111010 | 11011101 | 10100011 | 0 | 1100 | 100011 | 10 | 101000 | 1011010 | 1010001 |
Color Harmonies of #FADDA3
Complementary color
Monochromatic Colors of #FADDA3
Black with #FADDA3
Text Example
Text Example
White with #FADDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDA3; }
p { color: rgb(250,221,163); }
H1.HeaderClassName
{
color: #FADDA3;
}
.AnyTagClassName
{
color: #FADDA3;
}
</style>
background-color css
<style>
a { background-color: #FADDA3; }
a { background-color: rgb(250,221,163); }
div.DivClassName
{
background-color: #FADDA3;
}
.BgClassName
{
background-color: #FADDA3;
}
</style>
border-color css
<style>
span { border-color: #FADDA3; }
span { border-color: rgb(250,221,163); }
td.TdClassName
{
border-color: #FADDA3;
}
.TagClassName
{
border-color: #FADDA3;
}
</style>