Shades of Sandy Beach #FBDDBC
Tints of Sandy Beach #FBDDBC
RGB
CMYK
RGB Variations
Color information
#FBDDBC (or 0xFBDDBC) is known color: Sandy Beach. HEX triplet: FB, DD and BC. RGB value is (251,221,188). Sum of RGB (Red+Green+Blue) = 251+221+188=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 188 (73.83% from 255 or 28.48% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDBC is #042243. Grayscale: #E2E2E2. Windows color (decimal): -270916 or 12377595. OLE color: 12377595.
HSL color Cylindrical-coordinate representation of color #FBDDBC: hue angle of 31.43º 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 #FBDDBC is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 188 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.02 |
| HSL | 31.43º | 0.89% | 0.86% | - |
| HSV(B) | 31.43º | 0.25% | 0.98% | - |
| XYZ | 74.72 | 75.85 | 58.28 | - |
| YUV | 226.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 188 | 0 | 0.12 | 0.25 | 0.02 | 31.43 | 0.89 | 0.86 |
| Hex | FB | DD | BC | 0 | C | 19 | 2 | 1F | 59 | 56 |
| Octal | 373 | 335 | 274 | 0 | 14 | 31 | 2 | 37 | 131 | 126 |
| Binary | 11111011 | 11011101 | 10111100 | 0 | 1100 | 11001 | 10 | 11111 | 1011001 | 1010110 |
Color Harmonies of #FBDDBC
Complementary color
Monochromatic Colors of #FBDDBC
Black with #FBDDBC
Text Example
Text Example
White with #FBDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDBC; }
p { color: rgb(251,221,188); }
H1.HeaderClassName
{
color: #FBDDBC;
}
.AnyTagClassName
{
color: #FBDDBC;
}
</style>
background-color css
<style>
a { background-color: #FBDDBC; }
a { background-color: rgb(251,221,188); }
div.DivClassName
{
background-color: #FBDDBC;
}
.BgClassName
{
background-color: #FBDDBC;
}
</style>
border-color css
<style>
span { border-color: #FBDDBC; }
span { border-color: rgb(251,221,188); }
td.TdClassName
{
border-color: #FBDDBC;
}
.TagClassName
{
border-color: #FBDDBC;
}
</style>