Shades of Sandy Beach #F8DCBC
Tints of Sandy Beach #F8DCBC
RGB
CMYK
RGB Variations
Color information
#F8DCBC (or 0xF8DCBC) is known color: Sandy Beach. HEX triplet: F8, DC and BC. RGB value is (248,220,188). Sum of RGB (Red+Green+Blue) = 248+220+188=656 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.80% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 188 (73.83% from 255 or 28.66% from 656); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCBC is #072343. Grayscale: #E0E0E0. Windows color (decimal): -467780 or 12377336. OLE color: 12377336.
HSL color Cylindrical-coordinate representation of color #F8DCBC: hue angle of 32º 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 #F8DCBC is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 188 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.03 |
| HSL | 32º | 0.81% | 0.85% | - |
| HSV(B) | 32º | 0.24% | 0.97% | - |
| XYZ | 73.38 | 74.77 | 58.14 | - |
| YUV | 224.72 | 107.28 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 188 | 0 | 0.11 | 0.24 | 0.03 | 32 | 0.81 | 0.85 |
| Hex | F8 | DC | BC | 0 | B | 18 | 3 | 20 | 51 | 55 |
| Octal | 370 | 334 | 274 | 0 | 13 | 30 | 3 | 40 | 121 | 125 |
| Binary | 11111000 | 11011100 | 10111100 | 0 | 1011 | 11000 | 11 | 100000 | 1010001 | 1010101 |
Color Harmonies of #F8DCBC
Complementary color
Monochromatic Colors of #F8DCBC
Black with #F8DCBC
Text Example
Text Example
White with #F8DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DCBC; }
p { color: rgb(248,220,188); }
H1.HeaderClassName
{
color: #F8DCBC;
}
.AnyTagClassName
{
color: #F8DCBC;
}
</style>
background-color css
<style>
a { background-color: #F8DCBC; }
a { background-color: rgb(248,220,188); }
div.DivClassName
{
background-color: #F8DCBC;
}
.BgClassName
{
background-color: #F8DCBC;
}
</style>
border-color css
<style>
span { border-color: #F8DCBC; }
span { border-color: rgb(248,220,188); }
td.TdClassName
{
border-color: #F8DCBC;
}
.TagClassName
{
border-color: #F8DCBC;
}
</style>