Shades of Sandy Beach #FDE0BA
Tints of Sandy Beach #FDE0BA
RGB
CMYK
RGB Variations
Color information
#FDE0BA (or 0xFDE0BA) is known color: Sandy Beach. HEX triplet: FD, E0 and BA. RGB value is (253,224,186). Sum of RGB (Red+Green+Blue) = 253+224+186=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 224 (87.89% from 255 or 33.79% from 663); Blue value is 186 (73.05% from 255 or 28.05% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE0BA is #021F45. Grayscale: #E4E4E4. Windows color (decimal): -139078 or 12247293. OLE color: 12247293.
HSL color Cylindrical-coordinate representation of color #FDE0BA: hue angle of 34.03º 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 #FDE0BA is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 186 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.01 |
| HSL | 34.03º | 0.94% | 0.86% | - |
| HSV(B) | 34.03º | 0.26% | 0.99% | - |
| XYZ | 76.03 | 77.74 | 57.45 | - |
| YUV | 228.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 186 | 0 | 0.11 | 0.26 | 0.01 | 34.03 | 0.94 | 0.86 |
| Hex | FD | E0 | BA | 0 | B | 1A | 1 | 22 | 5E | 56 |
| Octal | 375 | 340 | 272 | 0 | 13 | 32 | 1 | 42 | 136 | 126 |
| Binary | 11111101 | 11100000 | 10111010 | 0 | 1011 | 11010 | 1 | 100010 | 1011110 | 1010110 |
Color Harmonies of #FDE0BA
Complementary color
Monochromatic Colors of #FDE0BA
Black with #FDE0BA
Text Example
Text Example
White with #FDE0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE0BA; }
p { color: rgb(253,224,186); }
H1.HeaderClassName
{
color: #FDE0BA;
}
.AnyTagClassName
{
color: #FDE0BA;
}
</style>
background-color css
<style>
a { background-color: #FDE0BA; }
a { background-color: rgb(253,224,186); }
div.DivClassName
{
background-color: #FDE0BA;
}
.BgClassName
{
background-color: #FDE0BA;
}
</style>
border-color css
<style>
span { border-color: #FDE0BA; }
span { border-color: rgb(253,224,186); }
td.TdClassName
{
border-color: #FDE0BA;
}
.TagClassName
{
border-color: #FDE0BA;
}
</style>