Shades of Sandy Beach #F9DAB6
Tints of Sandy Beach #F9DAB6
RGB
CMYK
RGB Variations
Color information
#F9DAB6 (or 0xF9DAB6) is known color: Sandy Beach. HEX triplet: F9, DA and B6. RGB value is (249,218,182). Sum of RGB (Red+Green+Blue) = 249+218+182=649 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.37% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 182 (71.48% from 255 or 28.04% from 649); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DAB6 is #062549. Grayscale: #DFDFDF. Windows color (decimal): -402762 or 11983609. OLE color: 11983609.
HSL color Cylindrical-coordinate representation of color #F9DAB6: hue angle of 32.24º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9DAB6 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 218 | 182 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.02 |
| HSL | 32.24º | 0.85% | 0.85% | - |
| HSV(B) | 32.24º | 0.27% | 0.98% | - |
| XYZ | 72.58 | 73.66 | 54.65 | - |
| YUV | 223.17 | 104.77 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 182 | 0 | 0.12 | 0.27 | 0.02 | 32.24 | 0.85 | 0.85 |
| Hex | F9 | DA | B6 | 0 | C | 1B | 2 | 20 | 55 | 55 |
| Octal | 371 | 332 | 266 | 0 | 14 | 33 | 2 | 40 | 125 | 125 |
| Binary | 11111001 | 11011010 | 10110110 | 0 | 1100 | 11011 | 10 | 100000 | 1010101 | 1010101 |
Color Harmonies of #F9DAB6
Complementary color
Monochromatic Colors of #F9DAB6
Black with #F9DAB6
Text Example
Text Example
White with #F9DAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DAB6; }
p { color: rgb(249,218,182); }
H1.HeaderClassName
{
color: #F9DAB6;
}
.AnyTagClassName
{
color: #F9DAB6;
}
</style>
background-color css
<style>
a { background-color: #F9DAB6; }
a { background-color: rgb(249,218,182); }
div.DivClassName
{
background-color: #F9DAB6;
}
.BgClassName
{
background-color: #F9DAB6;
}
</style>
border-color css
<style>
span { border-color: #F9DAB6; }
span { border-color: rgb(249,218,182); }
td.TdClassName
{
border-color: #F9DAB6;
}
.TagClassName
{
border-color: #F9DAB6;
}
</style>