Shades of Sandy Beach #FDDAB1
Tints of Sandy Beach #FDDAB1
RGB
CMYK
RGB Variations
Color information
#FDDAB1 (or 0xFDDAB1) is known color: Sandy Beach. HEX triplet: FD, DA and B1. RGB value is (253,218,177). Sum of RGB (Red+Green+Blue) = 253+218+177=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 177 (69.53% from 255 or 27.31% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDAB1 is #02254E. Grayscale: #DFDFDF. Windows color (decimal): -140623 or 11655933. OLE color: 11655933.
HSL color Cylindrical-coordinate representation of color #FDDAB1: hue angle of 32.37º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDDAB1 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 177 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.01 |
| HSL | 32.37º | 0.95% | 0.84% | - |
| HSV(B) | 32.37º | 0.3% | 0.99% | - |
| XYZ | 73.52 | 74.2 | 52.04 | - |
| YUV | 223.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 177 | 0 | 0.14 | 0.30 | 0.01 | 32.37 | 0.95 | 0.84 |
| Hex | FD | DA | B1 | 0 | E | 1E | 1 | 20 | 5F | 54 |
| Octal | 375 | 332 | 261 | 0 | 16 | 36 | 1 | 40 | 137 | 124 |
| Binary | 11111101 | 11011010 | 10110001 | 0 | 1110 | 11110 | 1 | 100000 | 1011111 | 1010100 |
Color Harmonies of #FDDAB1
Complementary color
Monochromatic Colors of #FDDAB1
Black with #FDDAB1
Text Example
Text Example
White with #FDDAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAB1; }
p { color: rgb(253,218,177); }
H1.HeaderClassName
{
color: #FDDAB1;
}
.AnyTagClassName
{
color: #FDDAB1;
}
</style>
background-color css
<style>
a { background-color: #FDDAB1; }
a { background-color: rgb(253,218,177); }
div.DivClassName
{
background-color: #FDDAB1;
}
.BgClassName
{
background-color: #FDDAB1;
}
</style>
border-color css
<style>
span { border-color: #FDDAB1; }
span { border-color: rgb(253,218,177); }
td.TdClassName
{
border-color: #FDDAB1;
}
.TagClassName
{
border-color: #FDDAB1;
}
</style>