Shades of Sandy Beach #FED6AF
Tints of Sandy Beach #FED6AF
RGB
CMYK
RGB Variations
Color information
#FED6AF (or 0xFED6AF) is known color: Sandy Beach. HEX triplet: FE, D6 and AF. RGB value is (254,214,175). Sum of RGB (Red+Green+Blue) = 254+214+175=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED6AF is #012950. Grayscale: #DDDDDD. Windows color (decimal): -76113 or 11523838. OLE color: 11523838.
HSL color Cylindrical-coordinate representation of color #FED6AF: hue angle of 29.62º 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 #FED6AF is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 175 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.00 |
| HSL | 29.62º | 0.98% | 0.84% | - |
| HSV(B) | 29.62º | 0.31% | 1% | - |
| XYZ | 72.66 | 72.26 | 50.68 | - |
| YUV | 221.51 | 101.75 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 175 | 0 | 0.16 | 0.31 | 0.00 | 29.62 | 0.98 | 0.84 |
| Hex | FE | D6 | AF | 0 | 10 | 1F | 0 | 1E | 62 | 54 |
| Octal | 376 | 326 | 257 | 0 | 20 | 37 | 0 | 36 | 142 | 124 |
| Binary | 11111110 | 11010110 | 10101111 | 0 | 10000 | 11111 | 0 | 11110 | 1100010 | 1010100 |
Color Harmonies of #FED6AF
Complementary color
Monochromatic Colors of #FED6AF
Black with #FED6AF
Text Example
Text Example
White with #FED6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6AF; }
p { color: rgb(254,214,175); }
H1.HeaderClassName
{
color: #FED6AF;
}
.AnyTagClassName
{
color: #FED6AF;
}
</style>
background-color css
<style>
a { background-color: #FED6AF; }
a { background-color: rgb(254,214,175); }
div.DivClassName
{
background-color: #FED6AF;
}
.BgClassName
{
background-color: #FED6AF;
}
</style>
border-color css
<style>
span { border-color: #FED6AF; }
span { border-color: rgb(254,214,175); }
td.TdClassName
{
border-color: #FED6AF;
}
.TagClassName
{
border-color: #FED6AF;
}
</style>