Shades of Sandy Beach #FDDEB4
Tints of Sandy Beach #FDDEB4
RGB
CMYK
RGB Variations
Color information
#FDDEB4 (or 0xFDDEB4) is known color: Sandy Beach. HEX triplet: FD, DE and B4. RGB value is (253,222,180). Sum of RGB (Red+Green+Blue) = 253+222+180=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 180 (70.70% from 255 or 27.48% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEB4 is #02214B. Grayscale: #E2E2E2. Windows color (decimal): -139596 or 11853565. OLE color: 11853565.
HSL color Cylindrical-coordinate representation of color #FDDEB4: hue angle of 34.52º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDDEB4 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 180 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.01 |
| HSL | 34.52º | 0.95% | 0.85% | - |
| HSV(B) | 34.52º | 0.29% | 0.99% | - |
| XYZ | 74.87 | 76.42 | 53.98 | - |
| YUV | 226.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 180 | 0 | 0.12 | 0.29 | 0.01 | 34.52 | 0.95 | 0.85 |
| Hex | FD | DE | B4 | 0 | C | 1D | 1 | 23 | 5F | 55 |
| Octal | 375 | 336 | 264 | 0 | 14 | 35 | 1 | 43 | 137 | 125 |
| Binary | 11111101 | 11011110 | 10110100 | 0 | 1100 | 11101 | 1 | 100011 | 1011111 | 1010101 |
Color Harmonies of #FDDEB4
Complementary color
Monochromatic Colors of #FDDEB4
Black with #FDDEB4
Text Example
Text Example
White with #FDDEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEB4; }
p { color: rgb(253,222,180); }
H1.HeaderClassName
{
color: #FDDEB4;
}
.AnyTagClassName
{
color: #FDDEB4;
}
</style>
background-color css
<style>
a { background-color: #FDDEB4; }
a { background-color: rgb(253,222,180); }
div.DivClassName
{
background-color: #FDDEB4;
}
.BgClassName
{
background-color: #FDDEB4;
}
</style>
border-color css
<style>
span { border-color: #FDDEB4; }
span { border-color: rgb(253,222,180); }
td.TdClassName
{
border-color: #FDDEB4;
}
.TagClassName
{
border-color: #FDDEB4;
}
</style>