Shades of Sandy Beach #FBDDB7
Tints of Sandy Beach #FBDDB7
RGB
CMYK
RGB Variations
Color information
#FBDDB7 (or 0xFBDDB7) is known color: Sandy Beach. HEX triplet: FB, DD and B7. RGB value is (251,221,183). Sum of RGB (Red+Green+Blue) = 251+221+183=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 183 (71.88% from 255 or 27.94% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDB7 is #042248. Grayscale: #E1E1E1. Windows color (decimal): -270921 or 12049915. OLE color: 12049915.
HSL color Cylindrical-coordinate representation of color #FBDDB7: hue angle of 33.53º degrees, saturation: 0.89, 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 #FBDDB7 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 183 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.02 |
| HSL | 33.53º | 0.89% | 0.85% | - |
| HSV(B) | 33.53º | 0.27% | 0.98% | - |
| XYZ | 74.19 | 75.64 | 55.49 | - |
| YUV | 225.64 | 103.94 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 183 | 0 | 0.12 | 0.27 | 0.02 | 33.53 | 0.89 | 0.85 |
| Hex | FB | DD | B7 | 0 | C | 1B | 2 | 22 | 59 | 55 |
| Octal | 373 | 335 | 267 | 0 | 14 | 33 | 2 | 42 | 131 | 125 |
| Binary | 11111011 | 11011101 | 10110111 | 0 | 1100 | 11011 | 10 | 100010 | 1011001 | 1010101 |
Color Harmonies of #FBDDB7
Complementary color
Monochromatic Colors of #FBDDB7
Black with #FBDDB7
Text Example
Text Example
White with #FBDDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDB7; }
p { color: rgb(251,221,183); }
H1.HeaderClassName
{
color: #FBDDB7;
}
.AnyTagClassName
{
color: #FBDDB7;
}
</style>
background-color css
<style>
a { background-color: #FBDDB7; }
a { background-color: rgb(251,221,183); }
div.DivClassName
{
background-color: #FBDDB7;
}
.BgClassName
{
background-color: #FBDDB7;
}
</style>
border-color css
<style>
span { border-color: #FBDDB7; }
span { border-color: rgb(251,221,183); }
td.TdClassName
{
border-color: #FBDDB7;
}
.TagClassName
{
border-color: #FBDDB7;
}
</style>