Shades of Sandy Beach #FDD5AD
Tints of Sandy Beach #FDD5AD
RGB
CMYK
RGB Variations
Color information
#FDD5AD (or 0xFDD5AD) is known color: Sandy Beach. HEX triplet: FD, D5 and AD. RGB value is (253,213,173). Sum of RGB (Red+Green+Blue) = 253+213+173=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 173 (67.97% from 255 or 27.07% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD5AD is #022A52. Grayscale: #DCDCDC. Windows color (decimal): -141907 or 11392509. OLE color: 11392509.
HSL color Cylindrical-coordinate representation of color #FDD5AD: hue angle of 30º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDD5AD is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 173 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.01 |
| HSL | 30º | 0.95% | 0.84% | - |
| HSV(B) | 30º | 0.32% | 0.99% | - |
| XYZ | 71.85 | 71.49 | 49.55 | - |
| YUV | 220.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 173 | 0 | 0.16 | 0.32 | 0.01 | 30 | 0.95 | 0.84 |
| Hex | FD | D5 | AD | 0 | 10 | 20 | 1 | 1E | 5F | 54 |
| Octal | 375 | 325 | 255 | 0 | 20 | 40 | 1 | 36 | 137 | 124 |
| Binary | 11111101 | 11010101 | 10101101 | 0 | 10000 | 100000 | 1 | 11110 | 1011111 | 1010100 |
Color Harmonies of #FDD5AD
Complementary color
Monochromatic Colors of #FDD5AD
Black with #FDD5AD
Text Example
Text Example
White with #FDD5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD5AD; }
p { color: rgb(253,213,173); }
H1.HeaderClassName
{
color: #FDD5AD;
}
.AnyTagClassName
{
color: #FDD5AD;
}
</style>
background-color css
<style>
a { background-color: #FDD5AD; }
a { background-color: rgb(253,213,173); }
div.DivClassName
{
background-color: #FDD5AD;
}
.BgClassName
{
background-color: #FDD5AD;
}
</style>
border-color css
<style>
span { border-color: #FDD5AD; }
span { border-color: rgb(253,213,173); }
td.TdClassName
{
border-color: #FDD5AD;
}
.TagClassName
{
border-color: #FDD5AD;
}
</style>