Shades of Sandy Beach #FDD8AF
Tints of Sandy Beach #FDD8AF
RGB
CMYK
RGB Variations
Color information
#FDD8AF (or 0xFDD8AF) is known color: Sandy Beach. HEX triplet: FD, D8 and AF. RGB value is (253,216,175). Sum of RGB (Red+Green+Blue) = 253+216+175=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 175 (68.75% from 255 or 27.17% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD8AF is #022750. Grayscale: #DEDEDE. Windows color (decimal): -141137 or 11524349. OLE color: 11524349.
HSL color Cylindrical-coordinate representation of color #FDD8AF: hue angle of 31.54º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDD8AF is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 175 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.01 |
| HSL | 31.54º | 0.95% | 0.84% | - |
| HSV(B) | 31.54º | 0.31% | 0.99% | - |
| XYZ | 72.8 | 73.09 | 50.83 | - |
| YUV | 222.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 175 | 0 | 0.15 | 0.31 | 0.01 | 31.54 | 0.95 | 0.84 |
| Hex | FD | D8 | AF | 0 | F | 1F | 1 | 20 | 5F | 54 |
| Octal | 375 | 330 | 257 | 0 | 17 | 37 | 1 | 40 | 137 | 124 |
| Binary | 11111101 | 11011000 | 10101111 | 0 | 1111 | 11111 | 1 | 100000 | 1011111 | 1010100 |
Color Harmonies of #FDD8AF
Complementary color
Monochromatic Colors of #FDD8AF
Black with #FDD8AF
Text Example
Text Example
White with #FDD8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8AF; }
p { color: rgb(253,216,175); }
H1.HeaderClassName
{
color: #FDD8AF;
}
.AnyTagClassName
{
color: #FDD8AF;
}
</style>
background-color css
<style>
a { background-color: #FDD8AF; }
a { background-color: rgb(253,216,175); }
div.DivClassName
{
background-color: #FDD8AF;
}
.BgClassName
{
background-color: #FDD8AF;
}
</style>
border-color css
<style>
span { border-color: #FDD8AF; }
span { border-color: rgb(253,216,175); }
td.TdClassName
{
border-color: #FDD8AF;
}
.TagClassName
{
border-color: #FDD8AF;
}
</style>