Shades of Sandy Beach #FDE0BC
Tints of Sandy Beach #FDE0BC
RGB
CMYK
RGB Variations
Color information
#FDE0BC (or 0xFDE0BC) is known color: Sandy Beach. HEX triplet: FD, E0 and BC. RGB value is (253,224,188). Sum of RGB (Red+Green+Blue) = 253+224+188=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 188 (73.83% from 255 or 28.27% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE0BC is #021F43. Grayscale: #E4E4E4. Windows color (decimal): -139076 or 12378365. OLE color: 12378365.
HSL color Cylindrical-coordinate representation of color #FDE0BC: hue angle of 33.23º 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 #FDE0BC is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 188 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.01 |
| HSL | 33.23º | 0.94% | 0.86% | - |
| HSV(B) | 33.23º | 0.26% | 0.99% | - |
| XYZ | 76.24 | 77.82 | 58.58 | - |
| YUV | 228.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 188 | 0 | 0.11 | 0.26 | 0.01 | 33.23 | 0.94 | 0.86 |
| Hex | FD | E0 | BC | 0 | B | 1A | 1 | 21 | 5E | 56 |
| Octal | 375 | 340 | 274 | 0 | 13 | 32 | 1 | 41 | 136 | 126 |
| Binary | 11111101 | 11100000 | 10111100 | 0 | 1011 | 11010 | 1 | 100001 | 1011110 | 1010110 |
Color Harmonies of #FDE0BC
Complementary color
Monochromatic Colors of #FDE0BC
Black with #FDE0BC
Text Example
Text Example
White with #FDE0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE0BC; }
p { color: rgb(253,224,188); }
H1.HeaderClassName
{
color: #FDE0BC;
}
.AnyTagClassName
{
color: #FDE0BC;
}
</style>
background-color css
<style>
a { background-color: #FDE0BC; }
a { background-color: rgb(253,224,188); }
div.DivClassName
{
background-color: #FDE0BC;
}
.BgClassName
{
background-color: #FDE0BC;
}
</style>
border-color css
<style>
span { border-color: #FDE0BC; }
span { border-color: rgb(253,224,188); }
td.TdClassName
{
border-color: #FDE0BC;
}
.TagClassName
{
border-color: #FDE0BC;
}
</style>