Shades of Sandy Beach #F8DBBA
Tints of Sandy Beach #F8DBBA
RGB
CMYK
RGB Variations
Color information
#F8DBBA (or 0xF8DBBA) is known color: Sandy Beach. HEX triplet: F8, DB and BA. RGB value is (248,219,186). Sum of RGB (Red+Green+Blue) = 248+219+186=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DBBA is #072445. Grayscale: #E0E0E0. Windows color (decimal): -468038 or 12246008. OLE color: 12246008.
HSL color Cylindrical-coordinate representation of color #F8DBBA: hue angle of 31.94º 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 #F8DBBA is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 186 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.03 |
| HSL | 31.94º | 0.82% | 0.85% | - |
| HSV(B) | 31.94º | 0.25% | 0.97% | - |
| XYZ | 72.91 | 74.16 | 56.93 | - |
| YUV | 223.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 186 | 0 | 0.12 | 0.25 | 0.03 | 31.94 | 0.82 | 0.85 |
| Hex | F8 | DB | BA | 0 | C | 19 | 3 | 20 | 52 | 55 |
| Octal | 370 | 333 | 272 | 0 | 14 | 31 | 3 | 40 | 122 | 125 |
| Binary | 11111000 | 11011011 | 10111010 | 0 | 1100 | 11001 | 11 | 100000 | 1010010 | 1010101 |
Color Harmonies of #F8DBBA
Complementary color
Monochromatic Colors of #F8DBBA
Black with #F8DBBA
Text Example
Text Example
White with #F8DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBBA; }
p { color: rgb(248,219,186); }
H1.HeaderClassName
{
color: #F8DBBA;
}
.AnyTagClassName
{
color: #F8DBBA;
}
</style>
background-color css
<style>
a { background-color: #F8DBBA; }
a { background-color: rgb(248,219,186); }
div.DivClassName
{
background-color: #F8DBBA;
}
.BgClassName
{
background-color: #F8DBBA;
}
</style>
border-color css
<style>
span { border-color: #F8DBBA; }
span { border-color: rgb(248,219,186); }
td.TdClassName
{
border-color: #F8DBBA;
}
.TagClassName
{
border-color: #F8DBBA;
}
</style>