Shades of Sandy Beach #FED5AD
Tints of Sandy Beach #FED5AD
RGB
CMYK
RGB Variations
Color information
#FED5AD (or 0xFED5AD) is known color: Sandy Beach. HEX triplet: FE, D5 and AD. RGB value is (254,213,173). Sum of RGB (Red+Green+Blue) = 254+213+173=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 173 (67.97% from 255 or 27.03% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED5AD is #012A52. Grayscale: #DCDCDC. Windows color (decimal): -76371 or 11392510. OLE color: 11392510.
HSL color Cylindrical-coordinate representation of color #FED5AD: hue angle of 29.63º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FED5AD is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 173 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.00 |
| HSL | 29.63º | 0.98% | 0.84% | - |
| HSV(B) | 29.63º | 0.32% | 1% | - |
| XYZ | 72.21 | 71.68 | 49.56 | - |
| YUV | 220.7 | 101.08 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 173 | 0 | 0.16 | 0.32 | 0.00 | 29.63 | 0.98 | 0.84 |
| Hex | FE | D5 | AD | 0 | 10 | 20 | 0 | 1E | 62 | 54 |
| Octal | 376 | 325 | 255 | 0 | 20 | 40 | 0 | 36 | 142 | 124 |
| Binary | 11111110 | 11010101 | 10101101 | 0 | 10000 | 100000 | 0 | 11110 | 1100010 | 1010100 |
Color Harmonies of #FED5AD
Complementary color
Monochromatic Colors of #FED5AD
Black with #FED5AD
Text Example
Text Example
White with #FED5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED5AD; }
p { color: rgb(254,213,173); }
H1.HeaderClassName
{
color: #FED5AD;
}
.AnyTagClassName
{
color: #FED5AD;
}
</style>
background-color css
<style>
a { background-color: #FED5AD; }
a { background-color: rgb(254,213,173); }
div.DivClassName
{
background-color: #FED5AD;
}
.BgClassName
{
background-color: #FED5AD;
}
</style>
border-color css
<style>
span { border-color: #FED5AD; }
span { border-color: rgb(254,213,173); }
td.TdClassName
{
border-color: #FED5AD;
}
.TagClassName
{
border-color: #FED5AD;
}
</style>