Shades of Sandy Beach #FED6B1
Tints of Sandy Beach #FED6B1
RGB
CMYK
RGB Variations
Color information
#FED6B1 (or 0xFED6B1) is known color: Sandy Beach. HEX triplet: FE, D6 and B1. RGB value is (254,214,177). Sum of RGB (Red+Green+Blue) = 254+214+177=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 177 (69.53% from 255 or 27.44% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED6B1 is #01294E. Grayscale: #DDDDDD. Windows color (decimal): -76111 or 11654910. OLE color: 11654910.
HSL color Cylindrical-coordinate representation of color #FED6B1: hue angle of 28.83º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FED6B1 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 177 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.00 |
| HSL | 28.83º | 0.97% | 0.85% | - |
| HSV(B) | 28.83º | 0.3% | 1% | - |
| XYZ | 72.86 | 72.34 | 51.72 | - |
| YUV | 221.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 177 | 0 | 0.16 | 0.30 | 0.00 | 28.83 | 0.97 | 0.85 |
| Hex | FE | D6 | B1 | 0 | 10 | 1E | 0 | 1D | 61 | 55 |
| Octal | 376 | 326 | 261 | 0 | 20 | 36 | 0 | 35 | 141 | 125 |
| Binary | 11111110 | 11010110 | 10110001 | 0 | 10000 | 11110 | 0 | 11101 | 1100001 | 1010101 |
Color Harmonies of #FED6B1
Complementary color
Monochromatic Colors of #FED6B1
Black with #FED6B1
Text Example
Text Example
White with #FED6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6B1; }
p { color: rgb(254,214,177); }
H1.HeaderClassName
{
color: #FED6B1;
}
.AnyTagClassName
{
color: #FED6B1;
}
</style>
background-color css
<style>
a { background-color: #FED6B1; }
a { background-color: rgb(254,214,177); }
div.DivClassName
{
background-color: #FED6B1;
}
.BgClassName
{
background-color: #FED6B1;
}
</style>
border-color css
<style>
span { border-color: #FED6B1; }
span { border-color: rgb(254,214,177); }
td.TdClassName
{
border-color: #FED6B1;
}
.TagClassName
{
border-color: #FED6B1;
}
</style>