Shades of Sandy Beach #F9DBBB
Tints of Sandy Beach #F9DBBB
RGB
CMYK
RGB Variations
Color information
#F9DBBB (or 0xF9DBBB) is known color: Sandy Beach. HEX triplet: F9, DB and BB. RGB value is (249,219,187). Sum of RGB (Red+Green+Blue) = 249+219+187=655 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.02% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 187 (73.44% from 255 or 28.55% from 655); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DBBB is #062444. Grayscale: #E0E0E0. Windows color (decimal): -402501 or 12311545. OLE color: 12311545.
HSL color Cylindrical-coordinate representation of color #F9DBBB: hue angle of 30.97º 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 #F9DBBB is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 187 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.02 |
| HSL | 30.97º | 0.84% | 0.85% | - |
| HSV(B) | 30.97º | 0.25% | 0.98% | - |
| XYZ | 73.37 | 74.39 | 57.51 | - |
| YUV | 224.32 | 106.94 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 187 | 0 | 0.12 | 0.25 | 0.02 | 30.97 | 0.84 | 0.85 |
| Hex | F9 | DB | BB | 0 | C | 19 | 2 | 1F | 54 | 55 |
| Octal | 371 | 333 | 273 | 0 | 14 | 31 | 2 | 37 | 124 | 125 |
| Binary | 11111001 | 11011011 | 10111011 | 0 | 1100 | 11001 | 10 | 11111 | 1010100 | 1010101 |
Color Harmonies of #F9DBBB
Complementary color
Monochromatic Colors of #F9DBBB
Black with #F9DBBB
Text Example
Text Example
White with #F9DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBBB; }
p { color: rgb(249,219,187); }
H1.HeaderClassName
{
color: #F9DBBB;
}
.AnyTagClassName
{
color: #F9DBBB;
}
</style>
background-color css
<style>
a { background-color: #F9DBBB; }
a { background-color: rgb(249,219,187); }
div.DivClassName
{
background-color: #F9DBBB;
}
.BgClassName
{
background-color: #F9DBBB;
}
</style>
border-color css
<style>
span { border-color: #F9DBBB; }
span { border-color: rgb(249,219,187); }
td.TdClassName
{
border-color: #F9DBBB;
}
.TagClassName
{
border-color: #F9DBBB;
}
</style>