Shades of Sandy Beach #F8DDBB
Tints of Sandy Beach #F8DDBB
RGB
CMYK
RGB Variations
Color information
#F8DDBB (or 0xF8DDBB) is known color: Sandy Beach. HEX triplet: F8, DD and BB. RGB value is (248,221,187). Sum of RGB (Red+Green+Blue) = 248+221+187=656 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.80% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 187 (73.44% from 255 or 28.51% from 656); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DDBB is #072244. Grayscale: #E1E1E1. Windows color (decimal): -467525 or 12312056. OLE color: 12312056.
HSL color Cylindrical-coordinate representation of color #F8DDBB: hue angle of 33.44º 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 #F8DDBB is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 187 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.03 |
| HSL | 33.44º | 0.81% | 0.85% | - |
| HSV(B) | 33.44º | 0.25% | 0.97% | - |
| XYZ | 73.54 | 75.26 | 57.66 | - |
| YUV | 225.2 | 106.45 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 187 | 0 | 0.11 | 0.25 | 0.03 | 33.44 | 0.81 | 0.85 |
| Hex | F8 | DD | BB | 0 | B | 19 | 3 | 21 | 51 | 55 |
| Octal | 370 | 335 | 273 | 0 | 13 | 31 | 3 | 41 | 121 | 125 |
| Binary | 11111000 | 11011101 | 10111011 | 0 | 1011 | 11001 | 11 | 100001 | 1010001 | 1010101 |
Color Harmonies of #F8DDBB
Complementary color
Monochromatic Colors of #F8DDBB
Black with #F8DDBB
Text Example
Text Example
White with #F8DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DDBB; }
p { color: rgb(248,221,187); }
H1.HeaderClassName
{
color: #F8DDBB;
}
.AnyTagClassName
{
color: #F8DDBB;
}
</style>
background-color css
<style>
a { background-color: #F8DDBB; }
a { background-color: rgb(248,221,187); }
div.DivClassName
{
background-color: #F8DDBB;
}
.BgClassName
{
background-color: #F8DDBB;
}
</style>
border-color css
<style>
span { border-color: #F8DDBB; }
span { border-color: rgb(248,221,187); }
td.TdClassName
{
border-color: #F8DDBB;
}
.TagClassName
{
border-color: #F8DDBB;
}
</style>