Shades of Sandy Beach #FEE0BA
Tints of Sandy Beach #FEE0BA
RGB
CMYK
RGB Variations
Color information
#FEE0BA (or 0xFEE0BA) is known color: Sandy Beach. HEX triplet: FE, E0 and BA. RGB value is (254,224,186). Sum of RGB (Red+Green+Blue) = 254+224+186=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 224 (87.89% from 255 or 33.73% from 664); Blue value is 186 (73.05% from 255 or 28.01% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0BA is #011F45. Grayscale: #E4E4E4. Windows color (decimal): -73542 or 12247294. OLE color: 12247294.
HSL color Cylindrical-coordinate representation of color #FEE0BA: hue angle of 33.53º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEE0BA is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 186 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.00 |
| HSL | 33.53º | 0.97% | 0.86% | - |
| HSV(B) | 33.53º | 0.27% | 1% | - |
| XYZ | 76.39 | 77.93 | 57.47 | - |
| YUV | 228.64 | 103.94 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 186 | 0 | 0.12 | 0.27 | 0.00 | 33.53 | 0.97 | 0.86 |
| Hex | FE | E0 | BA | 0 | C | 1B | 0 | 22 | 61 | 56 |
| Octal | 376 | 340 | 272 | 0 | 14 | 33 | 0 | 42 | 141 | 126 |
| Binary | 11111110 | 11100000 | 10111010 | 0 | 1100 | 11011 | 0 | 100010 | 1100001 | 1010110 |
Color Harmonies of #FEE0BA
Complementary color
Monochromatic Colors of #FEE0BA
Black with #FEE0BA
Text Example
Text Example
White with #FEE0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0BA; }
p { color: rgb(254,224,186); }
H1.HeaderClassName
{
color: #FEE0BA;
}
.AnyTagClassName
{
color: #FEE0BA;
}
</style>
background-color css
<style>
a { background-color: #FEE0BA; }
a { background-color: rgb(254,224,186); }
div.DivClassName
{
background-color: #FEE0BA;
}
.BgClassName
{
background-color: #FEE0BA;
}
</style>
border-color css
<style>
span { border-color: #FEE0BA; }
span { border-color: rgb(254,224,186); }
td.TdClassName
{
border-color: #FEE0BA;
}
.TagClassName
{
border-color: #FEE0BA;
}
</style>