Shades of Sandy Beach #FDDBB9
Tints of Sandy Beach #FDDBB9
RGB
CMYK
RGB Variations
Color information
#FDDBB9 (or 0xFDDBB9) is known color: Sandy Beach. HEX triplet: FD, DB and B9. RGB value is (253,219,185). Sum of RGB (Red+Green+Blue) = 253+219+185=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 185 (72.66% from 255 or 28.16% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBB9 is #022446. Grayscale: #E1E1E1. Windows color (decimal): -140359 or 12180477. OLE color: 12180477.
HSL color Cylindrical-coordinate representation of color #FDDBB9: hue angle of 30º 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 #FDDBB9 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 185 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.01 |
| HSL | 30º | 0.94% | 0.86% | - |
| HSV(B) | 30º | 0.27% | 0.99% | - |
| XYZ | 74.6 | 75.05 | 56.45 | - |
| YUV | 225.29 | 105.26 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 185 | 0 | 0.13 | 0.27 | 0.01 | 30 | 0.94 | 0.86 |
| Hex | FD | DB | B9 | 0 | D | 1B | 1 | 1E | 5E | 56 |
| Octal | 375 | 333 | 271 | 0 | 15 | 33 | 1 | 36 | 136 | 126 |
| Binary | 11111101 | 11011011 | 10111001 | 0 | 1101 | 11011 | 1 | 11110 | 1011110 | 1010110 |
Color Harmonies of #FDDBB9
Complementary color
Monochromatic Colors of #FDDBB9
Black with #FDDBB9
Text Example
Text Example
White with #FDDBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBB9; }
p { color: rgb(253,219,185); }
H1.HeaderClassName
{
color: #FDDBB9;
}
.AnyTagClassName
{
color: #FDDBB9;
}
</style>
background-color css
<style>
a { background-color: #FDDBB9; }
a { background-color: rgb(253,219,185); }
div.DivClassName
{
background-color: #FDDBB9;
}
.BgClassName
{
background-color: #FDDBB9;
}
</style>
border-color css
<style>
span { border-color: #FDDBB9; }
span { border-color: rgb(253,219,185); }
td.TdClassName
{
border-color: #FDDBB9;
}
.TagClassName
{
border-color: #FDDBB9;
}
</style>