Shades of Sandy Beach #FDD9B6
Tints of Sandy Beach #FDD9B6
RGB
CMYK
RGB Variations
Color information
#FDD9B6 (or 0xFDD9B6) is known color: Sandy Beach. HEX triplet: FD, D9 and B6. RGB value is (253,217,182). Sum of RGB (Red+Green+Blue) = 253+217+182=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 182 (71.48% from 255 or 27.91% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9B6 is #022649. Grayscale: #DFDFDF. Windows color (decimal): -140874 or 11983357. OLE color: 11983357.
HSL color Cylindrical-coordinate representation of color #FDD9B6: hue angle of 29.58º 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 #FDD9B6 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 182 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.01 |
| HSL | 29.58º | 0.95% | 0.85% | - |
| HSV(B) | 29.58º | 0.28% | 0.99% | - |
| XYZ | 73.76 | 73.89 | 54.63 | - |
| YUV | 223.77 | 104.43 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 182 | 0 | 0.14 | 0.28 | 0.01 | 29.58 | 0.95 | 0.85 |
| Hex | FD | D9 | B6 | 0 | E | 1C | 1 | 1E | 5F | 55 |
| Octal | 375 | 331 | 266 | 0 | 16 | 34 | 1 | 36 | 137 | 125 |
| Binary | 11111101 | 11011001 | 10110110 | 0 | 1110 | 11100 | 1 | 11110 | 1011111 | 1010101 |
Color Harmonies of #FDD9B6
Complementary color
Monochromatic Colors of #FDD9B6
Black with #FDD9B6
Text Example
Text Example
White with #FDD9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9B6; }
p { color: rgb(253,217,182); }
H1.HeaderClassName
{
color: #FDD9B6;
}
.AnyTagClassName
{
color: #FDD9B6;
}
</style>
background-color css
<style>
a { background-color: #FDD9B6; }
a { background-color: rgb(253,217,182); }
div.DivClassName
{
background-color: #FDD9B6;
}
.BgClassName
{
background-color: #FDD9B6;
}
</style>
border-color css
<style>
span { border-color: #FDD9B6; }
span { border-color: rgb(253,217,182); }
td.TdClassName
{
border-color: #FDD9B6;
}
.TagClassName
{
border-color: #FDD9B6;
}
</style>