Shades of Sandy Beach #F9DABB
Tints of Sandy Beach #F9DABB
RGB
CMYK
RGB Variations
Color information
#F9DABB (or 0xF9DABB) is known color: Sandy Beach. HEX triplet: F9, DA and BB. RGB value is (249,218,187). Sum of RGB (Red+Green+Blue) = 249+218+187=654 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.07% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 187 (73.44% from 255 or 28.59% from 654); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DABB is #062544. Grayscale: #DFDFDF. Windows color (decimal): -402757 or 12311289. OLE color: 12311289.
HSL color Cylindrical-coordinate representation of color #F9DABB: hue angle of 30º 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 #F9DABB is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 218 | 187 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.02 |
| HSL | 30º | 0.84% | 0.85% | - |
| HSV(B) | 30º | 0.25% | 0.98% | - |
| XYZ | 73.11 | 73.87 | 57.42 | - |
| YUV | 223.74 | 107.27 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 187 | 0 | 0.12 | 0.25 | 0.02 | 30 | 0.84 | 0.85 |
| Hex | F9 | DA | BB | 0 | C | 19 | 2 | 1E | 54 | 55 |
| Octal | 371 | 332 | 273 | 0 | 14 | 31 | 2 | 36 | 124 | 125 |
| Binary | 11111001 | 11011010 | 10111011 | 0 | 1100 | 11001 | 10 | 11110 | 1010100 | 1010101 |
Color Harmonies of #F9DABB
Complementary color
Monochromatic Colors of #F9DABB
Black with #F9DABB
Text Example
Text Example
White with #F9DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DABB; }
p { color: rgb(249,218,187); }
H1.HeaderClassName
{
color: #F9DABB;
}
.AnyTagClassName
{
color: #F9DABB;
}
</style>
background-color css
<style>
a { background-color: #F9DABB; }
a { background-color: rgb(249,218,187); }
div.DivClassName
{
background-color: #F9DABB;
}
.BgClassName
{
background-color: #F9DABB;
}
</style>
border-color css
<style>
span { border-color: #F9DABB; }
span { border-color: rgb(249,218,187); }
td.TdClassName
{
border-color: #F9DABB;
}
.TagClassName
{
border-color: #F9DABB;
}
</style>