Shades of Sandy Beach #FBDFBA
Tints of Sandy Beach #FBDFBA
RGB
CMYK
RGB Variations
Color information
#FBDFBA (or 0xFBDFBA) is known color: Sandy Beach. HEX triplet: FB, DF and BA. RGB value is (251,223,186). Sum of RGB (Red+Green+Blue) = 251+223+186=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 186 (73.05% from 255 or 28.18% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFBA is #042045. Grayscale: #E3E3E3. Windows color (decimal): -270406 or 12247035. OLE color: 12247035.
HSL color Cylindrical-coordinate representation of color #FBDFBA: hue angle of 34.15º 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 #FBDFBA is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 186 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.02 |
| HSL | 34.15º | 0.89% | 0.86% | - |
| HSV(B) | 34.15º | 0.26% | 0.98% | - |
| XYZ | 75.03 | 76.83 | 57.33 | - |
| YUV | 227.15 | 104.78 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 186 | 0 | 0.11 | 0.26 | 0.02 | 34.15 | 0.89 | 0.86 |
| Hex | FB | DF | BA | 0 | B | 1A | 2 | 22 | 59 | 56 |
| Octal | 373 | 337 | 272 | 0 | 13 | 32 | 2 | 42 | 131 | 126 |
| Binary | 11111011 | 11011111 | 10111010 | 0 | 1011 | 11010 | 10 | 100010 | 1011001 | 1010110 |
Color Harmonies of #FBDFBA
Complementary color
Monochromatic Colors of #FBDFBA
Black with #FBDFBA
Text Example
Text Example
White with #FBDFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFBA; }
p { color: rgb(251,223,186); }
H1.HeaderClassName
{
color: #FBDFBA;
}
.AnyTagClassName
{
color: #FBDFBA;
}
</style>
background-color css
<style>
a { background-color: #FBDFBA; }
a { background-color: rgb(251,223,186); }
div.DivClassName
{
background-color: #FBDFBA;
}
.BgClassName
{
background-color: #FBDFBA;
}
</style>
border-color css
<style>
span { border-color: #FBDFBA; }
span { border-color: rgb(251,223,186); }
td.TdClassName
{
border-color: #FBDFBA;
}
.TagClassName
{
border-color: #FBDFBA;
}
</style>