Shades of Sandy Beach #FDDBB7
Tints of Sandy Beach #FDDBB7
RGB
CMYK
RGB Variations
Color information
#FDDBB7 (or 0xFDDBB7) is known color: Sandy Beach. HEX triplet: FD, DB and B7. RGB value is (253,219,183). Sum of RGB (Red+Green+Blue) = 253+219+183=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 183 (71.88% from 255 or 27.94% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBB7 is #022448. Grayscale: #E1E1E1. Windows color (decimal): -140361 or 12049405. OLE color: 12049405.
HSL color Cylindrical-coordinate representation of color #FDDBB7: hue angle of 30.86º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDDBB7 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 183 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.01 |
| HSL | 30.86º | 0.95% | 0.85% | - |
| HSV(B) | 30.86º | 0.28% | 0.99% | - |
| XYZ | 74.39 | 74.96 | 55.35 | - |
| YUV | 225.06 | 104.26 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 183 | 0 | 0.13 | 0.28 | 0.01 | 30.86 | 0.95 | 0.85 |
| Hex | FD | DB | B7 | 0 | D | 1C | 1 | 1F | 5F | 55 |
| Octal | 375 | 333 | 267 | 0 | 15 | 34 | 1 | 37 | 137 | 125 |
| Binary | 11111101 | 11011011 | 10110111 | 0 | 1101 | 11100 | 1 | 11111 | 1011111 | 1010101 |
Color Harmonies of #FDDBB7
Complementary color
Monochromatic Colors of #FDDBB7
Black with #FDDBB7
Text Example
Text Example
White with #FDDBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBB7; }
p { color: rgb(253,219,183); }
H1.HeaderClassName
{
color: #FDDBB7;
}
.AnyTagClassName
{
color: #FDDBB7;
}
</style>
background-color css
<style>
a { background-color: #FDDBB7; }
a { background-color: rgb(253,219,183); }
div.DivClassName
{
background-color: #FDDBB7;
}
.BgClassName
{
background-color: #FDDBB7;
}
</style>
border-color css
<style>
span { border-color: #FDDBB7; }
span { border-color: rgb(253,219,183); }
td.TdClassName
{
border-color: #FDDBB7;
}
.TagClassName
{
border-color: #FDDBB7;
}
</style>