Shades of Cape Honey #FADFA3
Tints of Cape Honey #FADFA3
RGB
CMYK
RGB Variations
Color information
#FADFA3 (or 0xFADFA3) is known color: Cape Honey. HEX triplet: FA, DF and A3. RGB value is (250,223,163). Sum of RGB (Red+Green+Blue) = 250+223+163=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 163 (64.06% from 255 or 25.63% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADFA3 is #05205C. Grayscale: #E0E0E0. Windows color (decimal): -335965 or 10739706. OLE color: 10739706.
HSL color Cylindrical-coordinate representation of color #FADFA3: hue angle of 41.38º 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 #FADFA3 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 223 | 163 | - |
CMYK | 0 | 0.11 | 0.35 | 0.02 |
HSL | 41.38º | 0.9% | 0.81% | - |
HSV(B) | 41.38º | 0.35% | 0.98% | - |
XYZ | 72.42 | 75.74 | 45.45 | - |
YUV | 224.23 | 93.45 | 146.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 223 | 163 | 0 | 0.11 | 0.35 | 0.02 | 41.38 | 0.9 | 0.81 |
Hex | FA | DF | A3 | 0 | B | 23 | 2 | 29 | 5A | 51 |
Octal | 372 | 337 | 243 | 0 | 13 | 43 | 2 | 51 | 132 | 121 |
Binary | 11111010 | 11011111 | 10100011 | 0 | 1011 | 100011 | 10 | 101001 | 1011010 | 1010001 |
Color Harmonies of #FADFA3
Complementary color
Monochromatic Colors of #FADFA3
Black with #FADFA3
Text Example
Text Example
White with #FADFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFA3; }
p { color: rgb(250,223,163); }
H1.HeaderClassName
{
color: #FADFA3;
}
.AnyTagClassName
{
color: #FADFA3;
}
</style>
background-color css
<style>
a { background-color: #FADFA3; }
a { background-color: rgb(250,223,163); }
div.DivClassName
{
background-color: #FADFA3;
}
.BgClassName
{
background-color: #FADFA3;
}
</style>
border-color css
<style>
span { border-color: #FADFA3; }
span { border-color: rgb(250,223,163); }
td.TdClassName
{
border-color: #FADFA3;
}
.TagClassName
{
border-color: #FADFA3;
}
</style>