Shades of Cape Honey #FADBA3
Tints of Cape Honey #FADBA3
RGB
CMYK
RGB Variations
Color information
#FADBA3 (or 0xFADBA3) is known color: Cape Honey. HEX triplet: FA, DB and A3. RGB value is (250,219,163). Sum of RGB (Red+Green+Blue) = 250+219+163=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 163 (64.06% from 255 or 25.79% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADBA3 is #05245C. Grayscale: #DEDEDE. Windows color (decimal): -336989 or 10738682. OLE color: 10738682.
HSL color Cylindrical-coordinate representation of color #FADBA3: hue angle of 38.62º 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 #FADBA3 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 163 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.02 |
| HSL | 38.62º | 0.9% | 0.81% | - |
| HSV(B) | 38.62º | 0.35% | 0.98% | - |
| XYZ | 71.37 | 73.63 | 45.1 | - |
| YUV | 221.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 163 | 0 | 0.12 | 0.35 | 0.02 | 38.62 | 0.9 | 0.81 |
| Hex | FA | DB | A3 | 0 | C | 23 | 2 | 27 | 5A | 51 |
| Octal | 372 | 333 | 243 | 0 | 14 | 43 | 2 | 47 | 132 | 121 |
| Binary | 11111010 | 11011011 | 10100011 | 0 | 1100 | 100011 | 10 | 100111 | 1011010 | 1010001 |
Color Harmonies of #FADBA3
Complementary color
Monochromatic Colors of #FADBA3
Black with #FADBA3
Text Example
Text Example
White with #FADBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADBA3; }
p { color: rgb(250,219,163); }
H1.HeaderClassName
{
color: #FADBA3;
}
.AnyTagClassName
{
color: #FADBA3;
}
</style>
background-color css
<style>
a { background-color: #FADBA3; }
a { background-color: rgb(250,219,163); }
div.DivClassName
{
background-color: #FADBA3;
}
.BgClassName
{
background-color: #FADBA3;
}
</style>
border-color css
<style>
span { border-color: #FADBA3; }
span { border-color: rgb(250,219,163); }
td.TdClassName
{
border-color: #FADBA3;
}
.TagClassName
{
border-color: #FADBA3;
}
</style>