Shades of Sandy Beach #FBD9B4
Tints of Sandy Beach #FBD9B4
RGB
CMYK
RGB Variations
Color information
#FBD9B4 (or 0xFBD9B4) is known color: Sandy Beach. HEX triplet: FB, D9 and B4. RGB value is (251,217,180). Sum of RGB (Red+Green+Blue) = 251+217+180=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 180 (70.70% from 255 or 27.78% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9B4 is #04264B. Grayscale: #DFDFDF. Windows color (decimal): -271948 or 11852283. OLE color: 11852283.
HSL color Cylindrical-coordinate representation of color #FBD9B4: hue angle of 31.27º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBD9B4 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 217 | 180 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.02 |
| HSL | 31.27º | 0.9% | 0.85% | - |
| HSV(B) | 31.27º | 0.28% | 0.98% | - |
| XYZ | 72.83 | 73.43 | 53.51 | - |
| YUV | 222.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 217 | 180 | 0 | 0.14 | 0.28 | 0.02 | 31.27 | 0.9 | 0.85 |
| Hex | FB | D9 | B4 | 0 | E | 1C | 2 | 1F | 5A | 55 |
| Octal | 373 | 331 | 264 | 0 | 16 | 34 | 2 | 37 | 132 | 125 |
| Binary | 11111011 | 11011001 | 10110100 | 0 | 1110 | 11100 | 10 | 11111 | 1011010 | 1010101 |
Color Harmonies of #FBD9B4
Complementary color
Monochromatic Colors of #FBD9B4
Black with #FBD9B4
Text Example
Text Example
White with #FBD9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD9B4; }
p { color: rgb(251,217,180); }
H1.HeaderClassName
{
color: #FBD9B4;
}
.AnyTagClassName
{
color: #FBD9B4;
}
</style>
background-color css
<style>
a { background-color: #FBD9B4; }
a { background-color: rgb(251,217,180); }
div.DivClassName
{
background-color: #FBD9B4;
}
.BgClassName
{
background-color: #FBD9B4;
}
</style>
border-color css
<style>
span { border-color: #FBD9B4; }
span { border-color: rgb(251,217,180); }
td.TdClassName
{
border-color: #FBD9B4;
}
.TagClassName
{
border-color: #FBD9B4;
}
</style>