Shades of Sandy Beach #FDDEB9
Tints of Sandy Beach #FDDEB9
RGB
CMYK
RGB Variations
Color information
#FDDEB9 (or 0xFDDEB9) is known color: Sandy Beach. HEX triplet: FD, DE and B9. RGB value is (253,222,185). Sum of RGB (Red+Green+Blue) = 253+222+185=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 185 (72.66% from 255 or 28.03% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEB9 is #022146. Grayscale: #E3E3E3. Windows color (decimal): -139591 or 12181245. OLE color: 12181245.
HSL color Cylindrical-coordinate representation of color #FDDEB9: hue angle of 32.65º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDDEB9 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 185 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.01 |
| HSL | 32.65º | 0.94% | 0.86% | - |
| HSV(B) | 32.65º | 0.27% | 0.99% | - |
| XYZ | 75.39 | 76.63 | 56.72 | - |
| YUV | 227.05 | 104.27 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 185 | 0 | 0.12 | 0.27 | 0.01 | 32.65 | 0.94 | 0.86 |
| Hex | FD | DE | B9 | 0 | C | 1B | 1 | 21 | 5E | 56 |
| Octal | 375 | 336 | 271 | 0 | 14 | 33 | 1 | 41 | 136 | 126 |
| Binary | 11111101 | 11011110 | 10111001 | 0 | 1100 | 11011 | 1 | 100001 | 1011110 | 1010110 |
Color Harmonies of #FDDEB9
Complementary color
Monochromatic Colors of #FDDEB9
Black with #FDDEB9
Text Example
Text Example
White with #FDDEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEB9; }
p { color: rgb(253,222,185); }
H1.HeaderClassName
{
color: #FDDEB9;
}
.AnyTagClassName
{
color: #FDDEB9;
}
</style>
background-color css
<style>
a { background-color: #FDDEB9; }
a { background-color: rgb(253,222,185); }
div.DivClassName
{
background-color: #FDDEB9;
}
.BgClassName
{
background-color: #FDDEB9;
}
</style>
border-color css
<style>
span { border-color: #FDDEB9; }
span { border-color: rgb(253,222,185); }
td.TdClassName
{
border-color: #FDDEB9;
}
.TagClassName
{
border-color: #FDDEB9;
}
</style>