Shades of Sandy Beach #FBD6B1
Tints of Sandy Beach #FBD6B1
RGB
CMYK
RGB Variations
Color information
#FBD6B1 (or 0xFBD6B1) is known color: Sandy Beach. HEX triplet: FB, D6 and B1. RGB value is (251,214,177). Sum of RGB (Red+Green+Blue) = 251+214+177=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 214 (83.98% from 255 or 33.33% from 642); Blue value is 177 (69.53% from 255 or 27.57% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD6B1 is #04294E. Grayscale: #DDDDDD. Windows color (decimal): -272719 or 11654907. OLE color: 11654907.
HSL color Cylindrical-coordinate representation of color #FBD6B1: hue angle of 30º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBD6B1 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 214 | 177 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.02 |
| HSL | 30º | 0.9% | 0.84% | - |
| HSV(B) | 30º | 0.29% | 0.98% | - |
| XYZ | 71.77 | 71.78 | 51.67 | - |
| YUV | 220.85 | 103.26 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 214 | 177 | 0 | 0.15 | 0.29 | 0.02 | 30 | 0.9 | 0.84 |
| Hex | FB | D6 | B1 | 0 | F | 1D | 2 | 1E | 5A | 54 |
| Octal | 373 | 326 | 261 | 0 | 17 | 35 | 2 | 36 | 132 | 124 |
| Binary | 11111011 | 11010110 | 10110001 | 0 | 1111 | 11101 | 10 | 11110 | 1011010 | 1010100 |
Color Harmonies of #FBD6B1
Complementary color
Monochromatic Colors of #FBD6B1
Black with #FBD6B1
Text Example
Text Example
White with #FBD6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD6B1; }
p { color: rgb(251,214,177); }
H1.HeaderClassName
{
color: #FBD6B1;
}
.AnyTagClassName
{
color: #FBD6B1;
}
</style>
background-color css
<style>
a { background-color: #FBD6B1; }
a { background-color: rgb(251,214,177); }
div.DivClassName
{
background-color: #FBD6B1;
}
.BgClassName
{
background-color: #FBD6B1;
}
</style>
border-color css
<style>
span { border-color: #FBD6B1; }
span { border-color: rgb(251,214,177); }
td.TdClassName
{
border-color: #FBD6B1;
}
.TagClassName
{
border-color: #FBD6B1;
}
</style>