Shades of Sandy Beach #FED8B1
Tints of Sandy Beach #FED8B1
RGB
CMYK
RGB Variations
Color information
#FED8B1 (or 0xFED8B1) is known color: Sandy Beach. HEX triplet: FE, D8 and B1. RGB value is (254,216,177). Sum of RGB (Red+Green+Blue) = 254+216+177=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 216 (84.77% from 255 or 33.38% from 647); Blue value is 177 (69.53% from 255 or 27.36% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED8B1 is #01274E. Grayscale: #DFDFDF. Windows color (decimal): -75599 or 11655422. OLE color: 11655422.
HSL color Cylindrical-coordinate representation of color #FED8B1: hue angle of 30.39º 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 #FED8B1 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 177 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.00 |
| HSL | 30.39º | 0.97% | 0.85% | - |
| HSV(B) | 30.39º | 0.3% | 1% | - |
| XYZ | 73.36 | 73.36 | 51.89 | - |
| YUV | 222.92 | 102.09 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 177 | 0 | 0.15 | 0.30 | 0.00 | 30.39 | 0.97 | 0.85 |
| Hex | FE | D8 | B1 | 0 | F | 1E | 0 | 1E | 61 | 55 |
| Octal | 376 | 330 | 261 | 0 | 17 | 36 | 0 | 36 | 141 | 125 |
| Binary | 11111110 | 11011000 | 10110001 | 0 | 1111 | 11110 | 0 | 11110 | 1100001 | 1010101 |
Color Harmonies of #FED8B1
Complementary color
Monochromatic Colors of #FED8B1
Black with #FED8B1
Text Example
Text Example
White with #FED8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8B1; }
p { color: rgb(254,216,177); }
H1.HeaderClassName
{
color: #FED8B1;
}
.AnyTagClassName
{
color: #FED8B1;
}
</style>
background-color css
<style>
a { background-color: #FED8B1; }
a { background-color: rgb(254,216,177); }
div.DivClassName
{
background-color: #FED8B1;
}
.BgClassName
{
background-color: #FED8B1;
}
</style>
border-color css
<style>
span { border-color: #FED8B1; }
span { border-color: rgb(254,216,177); }
td.TdClassName
{
border-color: #FED8B1;
}
.TagClassName
{
border-color: #FED8B1;
}
</style>