Shades of Sandy Beach #F8DABB
Tints of Sandy Beach #F8DABB
RGB
CMYK
RGB Variations
Color information
#F8DABB (or 0xF8DABB) is known color: Sandy Beach. HEX triplet: F8, DA and BB. RGB value is (248,218,187). Sum of RGB (Red+Green+Blue) = 248+218+187=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 187 (73.44% from 255 or 28.64% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DABB is #072544. Grayscale: #DFDFDF. Windows color (decimal): -468293 or 12311288. OLE color: 12311288.
HSL color Cylindrical-coordinate representation of color #F8DABB: hue angle of 30.49º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8DABB is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 218 | 187 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.03 |
| HSL | 30.49º | 0.81% | 0.85% | - |
| HSV(B) | 30.49º | 0.25% | 0.97% | - |
| XYZ | 72.75 | 73.69 | 57.4 | - |
| YUV | 223.44 | 107.44 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 218 | 187 | 0 | 0.12 | 0.25 | 0.03 | 30.49 | 0.81 | 0.85 |
| Hex | F8 | DA | BB | 0 | C | 19 | 3 | 1E | 51 | 55 |
| Octal | 370 | 332 | 273 | 0 | 14 | 31 | 3 | 36 | 121 | 125 |
| Binary | 11111000 | 11011010 | 10111011 | 0 | 1100 | 11001 | 11 | 11110 | 1010001 | 1010101 |
Color Harmonies of #F8DABB
Complementary color
Monochromatic Colors of #F8DABB
Black with #F8DABB
Text Example
Text Example
White with #F8DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DABB; }
p { color: rgb(248,218,187); }
H1.HeaderClassName
{
color: #F8DABB;
}
.AnyTagClassName
{
color: #F8DABB;
}
</style>
background-color css
<style>
a { background-color: #F8DABB; }
a { background-color: rgb(248,218,187); }
div.DivClassName
{
background-color: #F8DABB;
}
.BgClassName
{
background-color: #F8DABB;
}
</style>
border-color css
<style>
span { border-color: #F8DABB; }
span { border-color: rgb(248,218,187); }
td.TdClassName
{
border-color: #F8DABB;
}
.TagClassName
{
border-color: #F8DABB;
}
</style>