Shades of Sandy Beach #FDDEBC
Tints of Sandy Beach #FDDEBC
RGB
CMYK
RGB Variations
Color information
#FDDEBC (or 0xFDDEBC) is known color: Sandy Beach. HEX triplet: FD, DE and BC. RGB value is (253,222,188). Sum of RGB (Red+Green+Blue) = 253+222+188=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 188 (73.83% from 255 or 28.36% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEBC is #022143. Grayscale: #E3E3E3. Windows color (decimal): -139588 or 12377853. OLE color: 12377853.
HSL color Cylindrical-coordinate representation of color #FDDEBC: hue angle of 31.38º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDDEBC is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 188 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.01 |
| HSL | 31.38º | 0.94% | 0.86% | - |
| HSV(B) | 31.38º | 0.26% | 0.99% | - |
| XYZ | 75.71 | 76.76 | 58.4 | - |
| YUV | 227.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 188 | 0 | 0.12 | 0.26 | 0.01 | 31.38 | 0.94 | 0.86 |
| Hex | FD | DE | BC | 0 | C | 1A | 1 | 1F | 5E | 56 |
| Octal | 375 | 336 | 274 | 0 | 14 | 32 | 1 | 37 | 136 | 126 |
| Binary | 11111101 | 11011110 | 10111100 | 0 | 1100 | 11010 | 1 | 11111 | 1011110 | 1010110 |
Color Harmonies of #FDDEBC
Complementary color
Monochromatic Colors of #FDDEBC
Black with #FDDEBC
Text Example
Text Example
White with #FDDEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEBC; }
p { color: rgb(253,222,188); }
H1.HeaderClassName
{
color: #FDDEBC;
}
.AnyTagClassName
{
color: #FDDEBC;
}
</style>
background-color css
<style>
a { background-color: #FDDEBC; }
a { background-color: rgb(253,222,188); }
div.DivClassName
{
background-color: #FDDEBC;
}
.BgClassName
{
background-color: #FDDEBC;
}
</style>
border-color css
<style>
span { border-color: #FDDEBC; }
span { border-color: rgb(253,222,188); }
td.TdClassName
{
border-color: #FDDEBC;
}
.TagClassName
{
border-color: #FDDEBC;
}
</style>