Shades of Sandy Beach #F9DBBA
Tints of Sandy Beach #F9DBBA
RGB
CMYK
RGB Variations
Color information
#F9DBBA (or 0xF9DBBA) is known color: Sandy Beach. HEX triplet: F9, DB and BA. RGB value is (249,219,186). Sum of RGB (Red+Green+Blue) = 249+219+186=654 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.07% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 186 (73.05% from 255 or 28.44% from 654); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DBBA is #062445. Grayscale: #E0E0E0. Windows color (decimal): -402502 or 12246009. OLE color: 12246009.
HSL color Cylindrical-coordinate representation of color #F9DBBA: hue angle of 31.43º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9DBBA is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 186 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.02 |
| HSL | 31.43º | 0.84% | 0.85% | - |
| HSV(B) | 31.43º | 0.25% | 0.98% | - |
| XYZ | 73.26 | 74.35 | 56.94 | - |
| YUV | 224.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 186 | 0 | 0.12 | 0.25 | 0.02 | 31.43 | 0.84 | 0.85 |
| Hex | F9 | DB | BA | 0 | C | 19 | 2 | 1F | 54 | 55 |
| Octal | 371 | 333 | 272 | 0 | 14 | 31 | 2 | 37 | 124 | 125 |
| Binary | 11111001 | 11011011 | 10111010 | 0 | 1100 | 11001 | 10 | 11111 | 1010100 | 1010101 |
Color Harmonies of #F9DBBA
Complementary color
Monochromatic Colors of #F9DBBA
Black with #F9DBBA
Text Example
Text Example
White with #F9DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBBA; }
p { color: rgb(249,219,186); }
H1.HeaderClassName
{
color: #F9DBBA;
}
.AnyTagClassName
{
color: #F9DBBA;
}
</style>
background-color css
<style>
a { background-color: #F9DBBA; }
a { background-color: rgb(249,219,186); }
div.DivClassName
{
background-color: #F9DBBA;
}
.BgClassName
{
background-color: #F9DBBA;
}
</style>
border-color css
<style>
span { border-color: #F9DBBA; }
span { border-color: rgb(249,219,186); }
td.TdClassName
{
border-color: #F9DBBA;
}
.TagClassName
{
border-color: #F9DBBA;
}
</style>