Shades of Sandy Beach #F8DABC
Tints of Sandy Beach #F8DABC
RGB
CMYK
RGB Variations
Color information
#F8DABC (or 0xF8DABC) is known color: Sandy Beach. HEX triplet: F8, DA and BC. RGB value is (248,218,188). Sum of RGB (Red+Green+Blue) = 248+218+188=654 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.92% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 188 (73.83% from 255 or 28.75% from 654); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DABC is #072543. Grayscale: #DFDFDF. Windows color (decimal): -468292 or 12376824. OLE color: 12376824.
HSL color Cylindrical-coordinate representation of color #F8DABC: hue angle of 30º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8DABC is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 218 | 188 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.03 |
| HSL | 30º | 0.81% | 0.85% | - |
| HSV(B) | 30º | 0.24% | 0.97% | - |
| XYZ | 72.86 | 73.73 | 57.97 | - |
| YUV | 223.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 218 | 188 | 0 | 0.12 | 0.24 | 0.03 | 30 | 0.81 | 0.85 |
| Hex | F8 | DA | BC | 0 | C | 18 | 3 | 1E | 51 | 55 |
| Octal | 370 | 332 | 274 | 0 | 14 | 30 | 3 | 36 | 121 | 125 |
| Binary | 11111000 | 11011010 | 10111100 | 0 | 1100 | 11000 | 11 | 11110 | 1010001 | 1010101 |
Color Harmonies of #F8DABC
Complementary color
Monochromatic Colors of #F8DABC
Black with #F8DABC
Text Example
Text Example
White with #F8DABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DABC; }
p { color: rgb(248,218,188); }
H1.HeaderClassName
{
color: #F8DABC;
}
.AnyTagClassName
{
color: #F8DABC;
}
</style>
background-color css
<style>
a { background-color: #F8DABC; }
a { background-color: rgb(248,218,188); }
div.DivClassName
{
background-color: #F8DABC;
}
.BgClassName
{
background-color: #F8DABC;
}
</style>
border-color css
<style>
span { border-color: #F8DABC; }
span { border-color: rgb(248,218,188); }
td.TdClassName
{
border-color: #F8DABC;
}
.TagClassName
{
border-color: #F8DABC;
}
</style>