Shades of Sandy Beach #FED5B0
Tints of Sandy Beach #FED5B0
RGB
CMYK
RGB Variations
Color information
#FED5B0 (or 0xFED5B0) is known color: Sandy Beach. HEX triplet: FE, D5 and B0. RGB value is (254,213,176). Sum of RGB (Red+Green+Blue) = 254+213+176=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 176 (69.14% from 255 or 27.37% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED5B0 is #012A4F. Grayscale: #DDDDDD. Windows color (decimal): -76368 or 11589118. OLE color: 11589118.
HSL color Cylindrical-coordinate representation of color #FED5B0: hue angle of 28.46º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FED5B0 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 176 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.00 |
| HSL | 28.46º | 0.98% | 0.84% | - |
| HSV(B) | 28.46º | 0.31% | 1% | - |
| XYZ | 72.5 | 71.79 | 51.11 | - |
| YUV | 221.04 | 102.58 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 176 | 0 | 0.16 | 0.31 | 0.00 | 28.46 | 0.98 | 0.84 |
| Hex | FE | D5 | B0 | 0 | 10 | 1F | 0 | 1C | 62 | 54 |
| Octal | 376 | 325 | 260 | 0 | 20 | 37 | 0 | 34 | 142 | 124 |
| Binary | 11111110 | 11010101 | 10110000 | 0 | 10000 | 11111 | 0 | 11100 | 1100010 | 1010100 |
Color Harmonies of #FED5B0
Complementary color
Monochromatic Colors of #FED5B0
Black with #FED5B0
Text Example
Text Example
White with #FED5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED5B0; }
p { color: rgb(254,213,176); }
H1.HeaderClassName
{
color: #FED5B0;
}
.AnyTagClassName
{
color: #FED5B0;
}
</style>
background-color css
<style>
a { background-color: #FED5B0; }
a { background-color: rgb(254,213,176); }
div.DivClassName
{
background-color: #FED5B0;
}
.BgClassName
{
background-color: #FED5B0;
}
</style>
border-color css
<style>
span { border-color: #FED5B0; }
span { border-color: rgb(254,213,176); }
td.TdClassName
{
border-color: #FED5B0;
}
.TagClassName
{
border-color: #FED5B0;
}
</style>