Shades of Sandy Beach #FEDAB1
Tints of Sandy Beach #FEDAB1
RGB
CMYK
RGB Variations
Color information
#FEDAB1 (or 0xFEDAB1) is known color: Sandy Beach. HEX triplet: FE, DA and B1. RGB value is (254,218,177). Sum of RGB (Red+Green+Blue) = 254+218+177=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 177 (69.53% from 255 or 27.27% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDAB1 is #01254E. Grayscale: #E0E0E0. Windows color (decimal): -75087 or 11655934. OLE color: 11655934.
HSL color Cylindrical-coordinate representation of color #FEDAB1: hue angle of 31.95º 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 #FEDAB1 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 177 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.00 |
| HSL | 31.95º | 0.97% | 0.85% | - |
| HSV(B) | 31.95º | 0.3% | 1% | - |
| XYZ | 73.88 | 74.39 | 52.06 | - |
| YUV | 224.09 | 101.43 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 177 | 0 | 0.14 | 0.30 | 0.00 | 31.95 | 0.97 | 0.85 |
| Hex | FE | DA | B1 | 0 | E | 1E | 0 | 20 | 61 | 55 |
| Octal | 376 | 332 | 261 | 0 | 16 | 36 | 0 | 40 | 141 | 125 |
| Binary | 11111110 | 11011010 | 10110001 | 0 | 1110 | 11110 | 0 | 100000 | 1100001 | 1010101 |
Color Harmonies of #FEDAB1
Complementary color
Monochromatic Colors of #FEDAB1
Black with #FEDAB1
Text Example
Text Example
White with #FEDAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAB1; }
p { color: rgb(254,218,177); }
H1.HeaderClassName
{
color: #FEDAB1;
}
.AnyTagClassName
{
color: #FEDAB1;
}
</style>
background-color css
<style>
a { background-color: #FEDAB1; }
a { background-color: rgb(254,218,177); }
div.DivClassName
{
background-color: #FEDAB1;
}
.BgClassName
{
background-color: #FEDAB1;
}
</style>
border-color css
<style>
span { border-color: #FEDAB1; }
span { border-color: rgb(254,218,177); }
td.TdClassName
{
border-color: #FEDAB1;
}
.TagClassName
{
border-color: #FEDAB1;
}
</style>