Shades of Sandy Beach #FDDEB5
Tints of Sandy Beach #FDDEB5
RGB
CMYK
RGB Variations
Color information
#FDDEB5 (or 0xFDDEB5) is known color: Sandy Beach. HEX triplet: FD, DE and B5. RGB value is (253,222,181). Sum of RGB (Red+Green+Blue) = 253+222+181=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 181 (71.09% from 255 or 27.59% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEB5 is #02214A. Grayscale: #E2E2E2. Windows color (decimal): -139595 or 11919101. OLE color: 11919101.
HSL color Cylindrical-coordinate representation of color #FDDEB5: hue angle of 34.17º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDDEB5 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 181 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.01 |
| HSL | 34.17º | 0.95% | 0.85% | - |
| HSV(B) | 34.17º | 0.28% | 0.99% | - |
| XYZ | 74.97 | 76.46 | 54.52 | - |
| YUV | 226.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 181 | 0 | 0.12 | 0.28 | 0.01 | 34.17 | 0.95 | 0.85 |
| Hex | FD | DE | B5 | 0 | C | 1C | 1 | 22 | 5F | 55 |
| Octal | 375 | 336 | 265 | 0 | 14 | 34 | 1 | 42 | 137 | 125 |
| Binary | 11111101 | 11011110 | 10110101 | 0 | 1100 | 11100 | 1 | 100010 | 1011111 | 1010101 |
Color Harmonies of #FDDEB5
Complementary color
Monochromatic Colors of #FDDEB5
Black with #FDDEB5
Text Example
Text Example
White with #FDDEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEB5; }
p { color: rgb(253,222,181); }
H1.HeaderClassName
{
color: #FDDEB5;
}
.AnyTagClassName
{
color: #FDDEB5;
}
</style>
background-color css
<style>
a { background-color: #FDDEB5; }
a { background-color: rgb(253,222,181); }
div.DivClassName
{
background-color: #FDDEB5;
}
.BgClassName
{
background-color: #FDDEB5;
}
</style>
border-color css
<style>
span { border-color: #FDDEB5; }
span { border-color: rgb(253,222,181); }
td.TdClassName
{
border-color: #FDDEB5;
}
.TagClassName
{
border-color: #FDDEB5;
}
</style>