Shades of Cape Honey #FADFA4
Tints of Cape Honey #FADFA4
RGB
CMYK
RGB Variations
Color information
#FADFA4 (or 0xFADFA4) is known color: Cape Honey. HEX triplet: FA, DF and A4. RGB value is (250,223,164). Sum of RGB (Red+Green+Blue) = 250+223+164=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 164 (64.45% from 255 or 25.75% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADFA4 is #05205B. Grayscale: #E0E0E0. Windows color (decimal): -335964 or 10805242. OLE color: 10805242.
HSL color Cylindrical-coordinate representation of color #FADFA4: hue angle of 41.16º 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 #FADFA4 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 164 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.02 |
| HSL | 41.16º | 0.9% | 0.81% | - |
| HSV(B) | 41.16º | 0.34% | 0.98% | - |
| XYZ | 72.51 | 75.78 | 45.93 | - |
| YUV | 224.35 | 93.95 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 164 | 0 | 0.11 | 0.34 | 0.02 | 41.16 | 0.9 | 0.81 |
| Hex | FA | DF | A4 | 0 | B | 22 | 2 | 29 | 5A | 51 |
| Octal | 372 | 337 | 244 | 0 | 13 | 42 | 2 | 51 | 132 | 121 |
| Binary | 11111010 | 11011111 | 10100100 | 0 | 1011 | 100010 | 10 | 101001 | 1011010 | 1010001 |
Color Harmonies of #FADFA4
Complementary color
Monochromatic Colors of #FADFA4
Black with #FADFA4
Text Example
Text Example
White with #FADFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFA4; }
p { color: rgb(250,223,164); }
H1.HeaderClassName
{
color: #FADFA4;
}
.AnyTagClassName
{
color: #FADFA4;
}
</style>
background-color css
<style>
a { background-color: #FADFA4; }
a { background-color: rgb(250,223,164); }
div.DivClassName
{
background-color: #FADFA4;
}
.BgClassName
{
background-color: #FADFA4;
}
</style>
border-color css
<style>
span { border-color: #FADFA4; }
span { border-color: rgb(250,223,164); }
td.TdClassName
{
border-color: #FADFA4;
}
.TagClassName
{
border-color: #FADFA4;
}
</style>