Shades of Sandy Beach #F9DABA
Tints of Sandy Beach #F9DABA
RGB
CMYK
RGB Variations
Color information
#F9DABA (or 0xF9DABA) is known color: Sandy Beach. HEX triplet: F9, DA and BA. RGB value is (249,218,186). Sum of RGB (Red+Green+Blue) = 249+218+186=653 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.13% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DABA is #062545. Grayscale: #DFDFDF. Windows color (decimal): -402758 or 12245753. OLE color: 12245753.
HSL color Cylindrical-coordinate representation of color #F9DABA: hue angle of 30.48º 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 #F9DABA is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 218 | 186 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.02 |
| HSL | 30.48º | 0.84% | 0.85% | - |
| HSV(B) | 30.48º | 0.25% | 0.98% | - |
| XYZ | 73 | 73.83 | 56.86 | - |
| YUV | 223.62 | 106.77 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 186 | 0 | 0.12 | 0.25 | 0.02 | 30.48 | 0.84 | 0.85 |
| Hex | F9 | DA | BA | 0 | C | 19 | 2 | 1E | 54 | 55 |
| Octal | 371 | 332 | 272 | 0 | 14 | 31 | 2 | 36 | 124 | 125 |
| Binary | 11111001 | 11011010 | 10111010 | 0 | 1100 | 11001 | 10 | 11110 | 1010100 | 1010101 |
Color Harmonies of #F9DABA
Complementary color
Monochromatic Colors of #F9DABA
Black with #F9DABA
Text Example
Text Example
White with #F9DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DABA; }
p { color: rgb(249,218,186); }
H1.HeaderClassName
{
color: #F9DABA;
}
.AnyTagClassName
{
color: #F9DABA;
}
</style>
background-color css
<style>
a { background-color: #F9DABA; }
a { background-color: rgb(249,218,186); }
div.DivClassName
{
background-color: #F9DABA;
}
.BgClassName
{
background-color: #F9DABA;
}
</style>
border-color css
<style>
span { border-color: #F9DABA; }
span { border-color: rgb(249,218,186); }
td.TdClassName
{
border-color: #F9DABA;
}
.TagClassName
{
border-color: #F9DABA;
}
</style>