Shades of Sandy Beach #FBDCB6
Tints of Sandy Beach #FBDCB6
RGB
CMYK
RGB Variations
Color information
#FBDCB6 (or 0xFBDCB6) is known color: Sandy Beach. HEX triplet: FB, DC and B6. RGB value is (251,220,182). Sum of RGB (Red+Green+Blue) = 251+220+182=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 182 (71.48% from 255 or 27.87% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCB6 is #042349. Grayscale: #E1E1E1. Windows color (decimal): -271178 or 11984123. OLE color: 11984123.
HSL color Cylindrical-coordinate representation of color #FBDCB6: hue angle of 33.04º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBDCB6 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 182 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.02 |
| HSL | 33.04º | 0.9% | 0.85% | - |
| HSV(B) | 33.04º | 0.27% | 0.98% | - |
| XYZ | 73.82 | 75.07 | 54.86 | - |
| YUV | 224.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 182 | 0 | 0.12 | 0.27 | 0.02 | 33.04 | 0.9 | 0.85 |
| Hex | FB | DC | B6 | 0 | C | 1B | 2 | 21 | 5A | 55 |
| Octal | 373 | 334 | 266 | 0 | 14 | 33 | 2 | 41 | 132 | 125 |
| Binary | 11111011 | 11011100 | 10110110 | 0 | 1100 | 11011 | 10 | 100001 | 1011010 | 1010101 |
Color Harmonies of #FBDCB6
Complementary color
Monochromatic Colors of #FBDCB6
Black with #FBDCB6
Text Example
Text Example
White with #FBDCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCB6; }
p { color: rgb(251,220,182); }
H1.HeaderClassName
{
color: #FBDCB6;
}
.AnyTagClassName
{
color: #FBDCB6;
}
</style>
background-color css
<style>
a { background-color: #FBDCB6; }
a { background-color: rgb(251,220,182); }
div.DivClassName
{
background-color: #FBDCB6;
}
.BgClassName
{
background-color: #FBDCB6;
}
</style>
border-color css
<style>
span { border-color: #FBDCB6; }
span { border-color: rgb(251,220,182); }
td.TdClassName
{
border-color: #FBDCB6;
}
.TagClassName
{
border-color: #FBDCB6;
}
</style>