Shades of Sandy Beach #FDD9B7
Tints of Sandy Beach #FDD9B7
RGB
CMYK
RGB Variations
Color information
#FDD9B7 (or 0xFDD9B7) is known color: Sandy Beach. HEX triplet: FD, D9 and B7. RGB value is (253,217,183). Sum of RGB (Red+Green+Blue) = 253+217+183=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 183 (71.88% from 255 or 28.02% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9B7 is #022648. Grayscale: #E0E0E0. Windows color (decimal): -140873 or 12048893. OLE color: 12048893.
HSL color Cylindrical-coordinate representation of color #FDD9B7: hue angle of 29.14º 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 #FDD9B7 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 183 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.01 |
| HSL | 29.14º | 0.95% | 0.85% | - |
| HSV(B) | 29.14º | 0.28% | 0.99% | - |
| XYZ | 73.87 | 73.93 | 55.18 | - |
| YUV | 223.89 | 104.93 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 183 | 0 | 0.14 | 0.28 | 0.01 | 29.14 | 0.95 | 0.85 |
| Hex | FD | D9 | B7 | 0 | E | 1C | 1 | 1D | 5F | 55 |
| Octal | 375 | 331 | 267 | 0 | 16 | 34 | 1 | 35 | 137 | 125 |
| Binary | 11111101 | 11011001 | 10110111 | 0 | 1110 | 11100 | 1 | 11101 | 1011111 | 1010101 |
Color Harmonies of #FDD9B7
Complementary color
Monochromatic Colors of #FDD9B7
Black with #FDD9B7
Text Example
Text Example
White with #FDD9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9B7; }
p { color: rgb(253,217,183); }
H1.HeaderClassName
{
color: #FDD9B7;
}
.AnyTagClassName
{
color: #FDD9B7;
}
</style>
background-color css
<style>
a { background-color: #FDD9B7; }
a { background-color: rgb(253,217,183); }
div.DivClassName
{
background-color: #FDD9B7;
}
.BgClassName
{
background-color: #FDD9B7;
}
</style>
border-color css
<style>
span { border-color: #FDD9B7; }
span { border-color: rgb(253,217,183); }
td.TdClassName
{
border-color: #FDD9B7;
}
.TagClassName
{
border-color: #FDD9B7;
}
</style>