Shades of Sandy Beach #F9DAB8
Tints of Sandy Beach #F9DAB8
RGB
CMYK
RGB Variations
Color information
#F9DAB8 (or 0xF9DAB8) is known color: Sandy Beach. HEX triplet: F9, DA and B8. RGB value is (249,218,184). Sum of RGB (Red+Green+Blue) = 249+218+184=651 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.25% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 184 (72.27% from 255 or 28.26% from 651); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DAB8 is #062547. Grayscale: #DFDFDF. Windows color (decimal): -402760 or 12114681. OLE color: 12114681.
HSL color Cylindrical-coordinate representation of color #F9DAB8: hue angle of 31.38º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F9DAB8 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 218 | 184 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.02 |
| HSL | 31.38º | 0.84% | 0.85% | - |
| HSV(B) | 31.38º | 0.26% | 0.98% | - |
| XYZ | 72.79 | 73.74 | 55.74 | - |
| YUV | 223.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 184 | 0 | 0.12 | 0.26 | 0.02 | 31.38 | 0.84 | 0.85 |
| Hex | F9 | DA | B8 | 0 | C | 1A | 2 | 1F | 54 | 55 |
| Octal | 371 | 332 | 270 | 0 | 14 | 32 | 2 | 37 | 124 | 125 |
| Binary | 11111001 | 11011010 | 10111000 | 0 | 1100 | 11010 | 10 | 11111 | 1010100 | 1010101 |
Color Harmonies of #F9DAB8
Complementary color
Monochromatic Colors of #F9DAB8
Black with #F9DAB8
Text Example
Text Example
White with #F9DAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DAB8; }
p { color: rgb(249,218,184); }
H1.HeaderClassName
{
color: #F9DAB8;
}
.AnyTagClassName
{
color: #F9DAB8;
}
</style>
background-color css
<style>
a { background-color: #F9DAB8; }
a { background-color: rgb(249,218,184); }
div.DivClassName
{
background-color: #F9DAB8;
}
.BgClassName
{
background-color: #F9DAB8;
}
</style>
border-color css
<style>
span { border-color: #F9DAB8; }
span { border-color: rgb(249,218,184); }
td.TdClassName
{
border-color: #F9DAB8;
}
.TagClassName
{
border-color: #F9DAB8;
}
</style>