Shades of Sandy Beach #F8DBB9
Tints of Sandy Beach #F8DBB9
RGB
CMYK
RGB Variations
Color information
#F8DBB9 (or 0xF8DBB9) is known color: Sandy Beach. HEX triplet: F8, DB and B9. RGB value is (248,219,185). Sum of RGB (Red+Green+Blue) = 248+219+185=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 185 (72.66% from 255 or 28.37% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DBB9 is #072446. Grayscale: #DFDFDF. Windows color (decimal): -468039 or 12180472. OLE color: 12180472.
HSL color Cylindrical-coordinate representation of color #F8DBB9: hue angle of 32.38º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8DBB9 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 185 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.03 |
| HSL | 32.38º | 0.82% | 0.85% | - |
| HSV(B) | 32.38º | 0.25% | 0.97% | - |
| XYZ | 72.8 | 74.12 | 56.37 | - |
| YUV | 223.8 | 106.11 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 185 | 0 | 0.12 | 0.25 | 0.03 | 32.38 | 0.82 | 0.85 |
| Hex | F8 | DB | B9 | 0 | C | 19 | 3 | 20 | 52 | 55 |
| Octal | 370 | 333 | 271 | 0 | 14 | 31 | 3 | 40 | 122 | 125 |
| Binary | 11111000 | 11011011 | 10111001 | 0 | 1100 | 11001 | 11 | 100000 | 1010010 | 1010101 |
Color Harmonies of #F8DBB9
Complementary color
Monochromatic Colors of #F8DBB9
Black with #F8DBB9
Text Example
Text Example
White with #F8DBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBB9; }
p { color: rgb(248,219,185); }
H1.HeaderClassName
{
color: #F8DBB9;
}
.AnyTagClassName
{
color: #F8DBB9;
}
</style>
background-color css
<style>
a { background-color: #F8DBB9; }
a { background-color: rgb(248,219,185); }
div.DivClassName
{
background-color: #F8DBB9;
}
.BgClassName
{
background-color: #F8DBB9;
}
</style>
border-color css
<style>
span { border-color: #F8DBB9; }
span { border-color: rgb(248,219,185); }
td.TdClassName
{
border-color: #F8DBB9;
}
.TagClassName
{
border-color: #F8DBB9;
}
</style>