Shades of Cape Honey #F8DBA5
Tints of Cape Honey #F8DBA5
RGB
CMYK
RGB Variations
Color information
#F8DBA5 (or 0xF8DBA5) is known color: Cape Honey. HEX triplet: F8, DB and A5. RGB value is (248,219,165). Sum of RGB (Red+Green+Blue) = 248+219+165=632 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.24% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 165 (64.84% from 255 or 26.11% from 632); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DBA5 is #07245A. Grayscale: #DDDDDD. Windows color (decimal): -468059 or 10869752. OLE color: 10869752.
HSL color Cylindrical-coordinate representation of color #F8DBA5: hue angle of 39.04º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8DBA5 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 165 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.03 |
| HSL | 39.04º | 0.86% | 0.81% | - |
| HSV(B) | 39.04º | 0.33% | 0.97% | - |
| XYZ | 70.83 | 73.34 | 46.02 | - |
| YUV | 221.52 | 96.11 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 165 | 0 | 0.12 | 0.33 | 0.03 | 39.04 | 0.86 | 0.81 |
| Hex | F8 | DB | A5 | 0 | C | 21 | 3 | 27 | 56 | 51 |
| Octal | 370 | 333 | 245 | 0 | 14 | 41 | 3 | 47 | 126 | 121 |
| Binary | 11111000 | 11011011 | 10100101 | 0 | 1100 | 100001 | 11 | 100111 | 1010110 | 1010001 |
Color Harmonies of #F8DBA5
Complementary color
Monochromatic Colors of #F8DBA5
Black with #F8DBA5
Text Example
Text Example
White with #F8DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBA5; }
p { color: rgb(248,219,165); }
H1.HeaderClassName
{
color: #F8DBA5;
}
.AnyTagClassName
{
color: #F8DBA5;
}
</style>
background-color css
<style>
a { background-color: #F8DBA5; }
a { background-color: rgb(248,219,165); }
div.DivClassName
{
background-color: #F8DBA5;
}
.BgClassName
{
background-color: #F8DBA5;
}
</style>
border-color css
<style>
span { border-color: #F8DBA5; }
span { border-color: rgb(248,219,165); }
td.TdClassName
{
border-color: #F8DBA5;
}
.TagClassName
{
border-color: #F8DBA5;
}
</style>