Shades of Sandy Beach #FBDFBD
Tints of Sandy Beach #FBDFBD
RGB
CMYK
RGB Variations
Color information
#FBDFBD (or 0xFBDFBD) is known color: Sandy Beach. HEX triplet: FB, DF and BD. RGB value is (251,223,189). Sum of RGB (Red+Green+Blue) = 251+223+189=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 189 (74.22% from 255 or 28.51% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFBD is #042042. Grayscale: #E3E3E3. Windows color (decimal): -270403 or 12443643. OLE color: 12443643.
HSL color Cylindrical-coordinate representation of color #FBDFBD: hue angle of 32.9º 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 #FBDFBD is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 189 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.02 |
| HSL | 32.9º | 0.89% | 0.86% | - |
| HSV(B) | 32.9º | 0.25% | 0.98% | - |
| XYZ | 75.36 | 76.96 | 59.03 | - |
| YUV | 227.5 | 106.28 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 189 | 0 | 0.11 | 0.25 | 0.02 | 32.9 | 0.89 | 0.86 |
| Hex | FB | DF | BD | 0 | B | 19 | 2 | 21 | 59 | 56 |
| Octal | 373 | 337 | 275 | 0 | 13 | 31 | 2 | 41 | 131 | 126 |
| Binary | 11111011 | 11011111 | 10111101 | 0 | 1011 | 11001 | 10 | 100001 | 1011001 | 1010110 |
Color Harmonies of #FBDFBD
Complementary color
Monochromatic Colors of #FBDFBD
Black with #FBDFBD
Text Example
Text Example
White with #FBDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFBD; }
p { color: rgb(251,223,189); }
H1.HeaderClassName
{
color: #FBDFBD;
}
.AnyTagClassName
{
color: #FBDFBD;
}
</style>
background-color css
<style>
a { background-color: #FBDFBD; }
a { background-color: rgb(251,223,189); }
div.DivClassName
{
background-color: #FBDFBD;
}
.BgClassName
{
background-color: #FBDFBD;
}
</style>
border-color css
<style>
span { border-color: #FBDFBD; }
span { border-color: rgb(251,223,189); }
td.TdClassName
{
border-color: #FBDFBD;
}
.TagClassName
{
border-color: #FBDFBD;
}
</style>