Shades of Sandy Beach #FEE0BC
Tints of Sandy Beach #FEE0BC
RGB
CMYK
RGB Variations
Color information
#FEE0BC (or 0xFEE0BC) is known color: Sandy Beach. HEX triplet: FE, E0 and BC. RGB value is (254,224,188). Sum of RGB (Red+Green+Blue) = 254+224+188=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 188 (73.83% from 255 or 28.23% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0BC is #011F43. Grayscale: #E5E5E5. Windows color (decimal): -73540 or 12378366. OLE color: 12378366.
HSL color Cylindrical-coordinate representation of color #FEE0BC: hue angle of 32.73º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEE0BC is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 188 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.00 |
| HSL | 32.73º | 0.97% | 0.87% | - |
| HSV(B) | 32.73º | 0.26% | 1% | - |
| XYZ | 76.61 | 78.01 | 58.6 | - |
| YUV | 228.87 | 104.94 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 188 | 0 | 0.12 | 0.26 | 0.00 | 32.73 | 0.97 | 0.87 |
| Hex | FE | E0 | BC | 0 | C | 1A | 0 | 21 | 61 | 57 |
| Octal | 376 | 340 | 274 | 0 | 14 | 32 | 0 | 41 | 141 | 127 |
| Binary | 11111110 | 11100000 | 10111100 | 0 | 1100 | 11010 | 0 | 100001 | 1100001 | 1010111 |
Color Harmonies of #FEE0BC
Complementary color
Monochromatic Colors of #FEE0BC
Black with #FEE0BC
Text Example
Text Example
White with #FEE0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0BC; }
p { color: rgb(254,224,188); }
H1.HeaderClassName
{
color: #FEE0BC;
}
.AnyTagClassName
{
color: #FEE0BC;
}
</style>
background-color css
<style>
a { background-color: #FEE0BC; }
a { background-color: rgb(254,224,188); }
div.DivClassName
{
background-color: #FEE0BC;
}
.BgClassName
{
background-color: #FEE0BC;
}
</style>
border-color css
<style>
span { border-color: #FEE0BC; }
span { border-color: rgb(254,224,188); }
td.TdClassName
{
border-color: #FEE0BC;
}
.TagClassName
{
border-color: #FEE0BC;
}
</style>