Shades of Sandy Beach #FBD8B2
Tints of Sandy Beach #FBD8B2
RGB
CMYK
RGB Variations
Color information
#FBD8B2 (or 0xFBD8B2) is known color: Sandy Beach. HEX triplet: FB, D8 and B2. RGB value is (251,216,178). Sum of RGB (Red+Green+Blue) = 251+216+178=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 178 (69.92% from 255 or 27.60% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD8B2 is #04274D. Grayscale: #DEDEDE. Windows color (decimal): -272206 or 11720955. OLE color: 11720955.
HSL color Cylindrical-coordinate representation of color #FBD8B2: hue angle of 31.23º 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 #FBD8B2 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 216 | 178 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.02 |
| HSL | 31.23º | 0.9% | 0.84% | - |
| HSV(B) | 31.23º | 0.29% | 0.98% | - |
| XYZ | 72.38 | 72.84 | 52.36 | - |
| YUV | 222.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 216 | 178 | 0 | 0.14 | 0.29 | 0.02 | 31.23 | 0.9 | 0.84 |
| Hex | FB | D8 | B2 | 0 | E | 1D | 2 | 1F | 5A | 54 |
| Octal | 373 | 330 | 262 | 0 | 16 | 35 | 2 | 37 | 132 | 124 |
| Binary | 11111011 | 11011000 | 10110010 | 0 | 1110 | 11101 | 10 | 11111 | 1011010 | 1010100 |
Color Harmonies of #FBD8B2
Complementary color
Monochromatic Colors of #FBD8B2
Black with #FBD8B2
Text Example
Text Example
White with #FBD8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD8B2; }
p { color: rgb(251,216,178); }
H1.HeaderClassName
{
color: #FBD8B2;
}
.AnyTagClassName
{
color: #FBD8B2;
}
</style>
background-color css
<style>
a { background-color: #FBD8B2; }
a { background-color: rgb(251,216,178); }
div.DivClassName
{
background-color: #FBD8B2;
}
.BgClassName
{
background-color: #FBD8B2;
}
</style>
border-color css
<style>
span { border-color: #FBD8B2; }
span { border-color: rgb(251,216,178); }
td.TdClassName
{
border-color: #FBD8B2;
}
.TagClassName
{
border-color: #FBD8B2;
}
</style>