Shades of Sandy Beach #FBDCB9
Tints of Sandy Beach #FBDCB9
RGB
CMYK
RGB Variations
Color information
#FBDCB9 (or 0xFBDCB9) is known color: Sandy Beach. HEX triplet: FB, DC and B9. RGB value is (251,220,185). Sum of RGB (Red+Green+Blue) = 251+220+185=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 185 (72.66% from 255 or 28.20% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCB9 is #042346. Grayscale: #E1E1E1. Windows color (decimal): -271175 or 12180731. OLE color: 12180731.
HSL color Cylindrical-coordinate representation of color #FBDCB9: hue angle of 31.82º degrees, saturation: 0.89, 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 #FBDCB9 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 185 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.02 |
| HSL | 31.82º | 0.89% | 0.85% | - |
| HSV(B) | 31.82º | 0.26% | 0.98% | - |
| XYZ | 74.13 | 75.2 | 56.51 | - |
| YUV | 225.28 | 105.27 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 185 | 0 | 0.12 | 0.26 | 0.02 | 31.82 | 0.89 | 0.85 |
| Hex | FB | DC | B9 | 0 | C | 1A | 2 | 20 | 59 | 55 |
| Octal | 373 | 334 | 271 | 0 | 14 | 32 | 2 | 40 | 131 | 125 |
| Binary | 11111011 | 11011100 | 10111001 | 0 | 1100 | 11010 | 10 | 100000 | 1011001 | 1010101 |
Color Harmonies of #FBDCB9
Complementary color
Monochromatic Colors of #FBDCB9
Black with #FBDCB9
Text Example
Text Example
White with #FBDCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCB9; }
p { color: rgb(251,220,185); }
H1.HeaderClassName
{
color: #FBDCB9;
}
.AnyTagClassName
{
color: #FBDCB9;
}
</style>
background-color css
<style>
a { background-color: #FBDCB9; }
a { background-color: rgb(251,220,185); }
div.DivClassName
{
background-color: #FBDCB9;
}
.BgClassName
{
background-color: #FBDCB9;
}
</style>
border-color css
<style>
span { border-color: #FBDCB9; }
span { border-color: rgb(251,220,185); }
td.TdClassName
{
border-color: #FBDCB9;
}
.TagClassName
{
border-color: #FBDCB9;
}
</style>