Shades of Sandy Beach #FBDDBB
Tints of Sandy Beach #FBDDBB
RGB
CMYK
RGB Variations
Color information
#FBDDBB (or 0xFBDDBB) is known color: Sandy Beach. HEX triplet: FB, DD and BB. RGB value is (251,221,187). Sum of RGB (Red+Green+Blue) = 251+221+187=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 187 (73.44% from 255 or 28.38% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDBB is #042244. Grayscale: #E2E2E2. Windows color (decimal): -270917 or 12312059. OLE color: 12312059.
HSL color Cylindrical-coordinate representation of color #FBDDBB: hue angle of 31.88º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBDDBB is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 187 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.02 |
| HSL | 31.88º | 0.89% | 0.86% | - |
| HSV(B) | 31.88º | 0.25% | 0.98% | - |
| XYZ | 74.61 | 75.81 | 57.71 | - |
| YUV | 226.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 187 | 0 | 0.12 | 0.25 | 0.02 | 31.88 | 0.89 | 0.86 |
| Hex | FB | DD | BB | 0 | C | 19 | 2 | 20 | 59 | 56 |
| Octal | 373 | 335 | 273 | 0 | 14 | 31 | 2 | 40 | 131 | 126 |
| Binary | 11111011 | 11011101 | 10111011 | 0 | 1100 | 11001 | 10 | 100000 | 1011001 | 1010110 |
Color Harmonies of #FBDDBB
Complementary color
Monochromatic Colors of #FBDDBB
Black with #FBDDBB
Text Example
Text Example
White with #FBDDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDBB; }
p { color: rgb(251,221,187); }
H1.HeaderClassName
{
color: #FBDDBB;
}
.AnyTagClassName
{
color: #FBDDBB;
}
</style>
background-color css
<style>
a { background-color: #FBDDBB; }
a { background-color: rgb(251,221,187); }
div.DivClassName
{
background-color: #FBDDBB;
}
.BgClassName
{
background-color: #FBDDBB;
}
</style>
border-color css
<style>
span { border-color: #FBDDBB; }
span { border-color: rgb(251,221,187); }
td.TdClassName
{
border-color: #FBDDBB;
}
.TagClassName
{
border-color: #FBDDBB;
}
</style>