Shades of Sandy Beach #FBDBBA
Tints of Sandy Beach #FBDBBA
RGB
CMYK
RGB Variations
Color information
#FBDBBA (or 0xFBDBBA) is known color: Sandy Beach. HEX triplet: FB, DB and BA. RGB value is (251,219,186). Sum of RGB (Red+Green+Blue) = 251+219+186=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBBA is #042445. Grayscale: #E0E0E0. Windows color (decimal): -271430 or 12246011. OLE color: 12246011.
HSL color Cylindrical-coordinate representation of color #FBDBBA: hue angle of 30.46º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBDBBA is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 186 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.02 |
| HSL | 30.46º | 0.89% | 0.86% | - |
| HSV(B) | 30.46º | 0.26% | 0.98% | - |
| XYZ | 73.98 | 74.72 | 56.98 | - |
| YUV | 224.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 186 | 0 | 0.13 | 0.26 | 0.02 | 30.46 | 0.89 | 0.86 |
| Hex | FB | DB | BA | 0 | D | 1A | 2 | 1E | 59 | 56 |
| Octal | 373 | 333 | 272 | 0 | 15 | 32 | 2 | 36 | 131 | 126 |
| Binary | 11111011 | 11011011 | 10111010 | 0 | 1101 | 11010 | 10 | 11110 | 1011001 | 1010110 |
Color Harmonies of #FBDBBA
Complementary color
Monochromatic Colors of #FBDBBA
Black with #FBDBBA
Text Example
Text Example
White with #FBDBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDBBA; }
p { color: rgb(251,219,186); }
H1.HeaderClassName
{
color: #FBDBBA;
}
.AnyTagClassName
{
color: #FBDBBA;
}
</style>
background-color css
<style>
a { background-color: #FBDBBA; }
a { background-color: rgb(251,219,186); }
div.DivClassName
{
background-color: #FBDBBA;
}
.BgClassName
{
background-color: #FBDBBA;
}
</style>
border-color css
<style>
span { border-color: #FBDBBA; }
span { border-color: rgb(251,219,186); }
td.TdClassName
{
border-color: #FBDBBA;
}
.TagClassName
{
border-color: #FBDBBA;
}
</style>