Shades of Sandy Beach #FDD9B3
Tints of Sandy Beach #FDD9B3
RGB
CMYK
RGB Variations
Color information
#FDD9B3 (or 0xFDD9B3) is known color: Sandy Beach. HEX triplet: FD, D9 and B3. RGB value is (253,217,179). Sum of RGB (Red+Green+Blue) = 253+217+179=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 217 (85.16% from 255 or 33.44% from 649); Blue value is 179 (70.31% from 255 or 27.58% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9B3 is #02264C. Grayscale: #DFDFDF. Windows color (decimal): -140877 or 11786749. OLE color: 11786749.
HSL color Cylindrical-coordinate representation of color #FDD9B3: hue angle of 30.81º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDD9B3 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 179 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.01 |
| HSL | 30.81º | 0.95% | 0.85% | - |
| HSV(B) | 30.81º | 0.29% | 0.99% | - |
| XYZ | 73.46 | 73.76 | 53.01 | - |
| YUV | 223.43 | 102.93 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 179 | 0 | 0.14 | 0.29 | 0.01 | 30.81 | 0.95 | 0.85 |
| Hex | FD | D9 | B3 | 0 | E | 1D | 1 | 1F | 5F | 55 |
| Octal | 375 | 331 | 263 | 0 | 16 | 35 | 1 | 37 | 137 | 125 |
| Binary | 11111101 | 11011001 | 10110011 | 0 | 1110 | 11101 | 1 | 11111 | 1011111 | 1010101 |
Color Harmonies of #FDD9B3
Complementary color
Monochromatic Colors of #FDD9B3
Black with #FDD9B3
Text Example
Text Example
White with #FDD9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9B3; }
p { color: rgb(253,217,179); }
H1.HeaderClassName
{
color: #FDD9B3;
}
.AnyTagClassName
{
color: #FDD9B3;
}
</style>
background-color css
<style>
a { background-color: #FDD9B3; }
a { background-color: rgb(253,217,179); }
div.DivClassName
{
background-color: #FDD9B3;
}
.BgClassName
{
background-color: #FDD9B3;
}
</style>
border-color css
<style>
span { border-color: #FDD9B3; }
span { border-color: rgb(253,217,179); }
td.TdClassName
{
border-color: #FDD9B3;
}
.TagClassName
{
border-color: #FDD9B3;
}
</style>