Shades of Cape Honey #F8DBA4
Tints of Cape Honey #F8DBA4
RGB
CMYK
RGB Variations
Color information
#F8DBA4 (or 0xF8DBA4) is known color: Cape Honey. HEX triplet: F8, DB and A4. RGB value is (248,219,164). Sum of RGB (Red+Green+Blue) = 248+219+164=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 164 (64.45% from 255 or 25.99% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DBA4 is #07245B. Grayscale: #DDDDDD. Windows color (decimal): -468060 or 10804216. OLE color: 10804216.
HSL color Cylindrical-coordinate representation of color #F8DBA4: hue angle of 39.29º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8DBA4 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 164 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.03 |
| HSL | 39.29º | 0.86% | 0.81% | - |
| HSV(B) | 39.29º | 0.34% | 0.97% | - |
| XYZ | 70.74 | 73.3 | 45.54 | - |
| YUV | 221.4 | 95.61 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 164 | 0 | 0.12 | 0.34 | 0.03 | 39.29 | 0.86 | 0.81 |
| Hex | F8 | DB | A4 | 0 | C | 22 | 3 | 27 | 56 | 51 |
| Octal | 370 | 333 | 244 | 0 | 14 | 42 | 3 | 47 | 126 | 121 |
| Binary | 11111000 | 11011011 | 10100100 | 0 | 1100 | 100010 | 11 | 100111 | 1010110 | 1010001 |
Color Harmonies of #F8DBA4
Complementary color
Monochromatic Colors of #F8DBA4
Black with #F8DBA4
Text Example
Text Example
White with #F8DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBA4; }
p { color: rgb(248,219,164); }
H1.HeaderClassName
{
color: #F8DBA4;
}
.AnyTagClassName
{
color: #F8DBA4;
}
</style>
background-color css
<style>
a { background-color: #F8DBA4; }
a { background-color: rgb(248,219,164); }
div.DivClassName
{
background-color: #F8DBA4;
}
.BgClassName
{
background-color: #F8DBA4;
}
</style>
border-color css
<style>
span { border-color: #F8DBA4; }
span { border-color: rgb(248,219,164); }
td.TdClassName
{
border-color: #F8DBA4;
}
.TagClassName
{
border-color: #F8DBA4;
}
</style>