Shades of Sandy Beach #FEDEBA
Tints of Sandy Beach #FEDEBA
RGB
CMYK
RGB Variations
Color information
#FEDEBA (or 0xFEDEBA) is known color: Sandy Beach. HEX triplet: FE, DE and BA. RGB value is (254,222,186). Sum of RGB (Red+Green+Blue) = 254+222+186=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 186 (73.05% from 255 or 28.10% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEBA is #012145. Grayscale: #E3E3E3. Windows color (decimal): -74054 or 12246782. OLE color: 12246782.
HSL color Cylindrical-coordinate representation of color #FEDEBA: hue angle of 31.76º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEDEBA is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 186 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.00 |
| HSL | 31.76º | 0.97% | 0.86% | - |
| HSV(B) | 31.76º | 0.27% | 1% | - |
| XYZ | 75.86 | 76.86 | 57.29 | - |
| YUV | 227.46 | 104.6 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 186 | 0 | 0.13 | 0.27 | 0.00 | 31.76 | 0.97 | 0.86 |
| Hex | FE | DE | BA | 0 | D | 1B | 0 | 20 | 61 | 56 |
| Octal | 376 | 336 | 272 | 0 | 15 | 33 | 0 | 40 | 141 | 126 |
| Binary | 11111110 | 11011110 | 10111010 | 0 | 1101 | 11011 | 0 | 100000 | 1100001 | 1010110 |
Color Harmonies of #FEDEBA
Complementary color
Monochromatic Colors of #FEDEBA
Black with #FEDEBA
Text Example
Text Example
White with #FEDEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEBA; }
p { color: rgb(254,222,186); }
H1.HeaderClassName
{
color: #FEDEBA;
}
.AnyTagClassName
{
color: #FEDEBA;
}
</style>
background-color css
<style>
a { background-color: #FEDEBA; }
a { background-color: rgb(254,222,186); }
div.DivClassName
{
background-color: #FEDEBA;
}
.BgClassName
{
background-color: #FEDEBA;
}
</style>
border-color css
<style>
span { border-color: #FEDEBA; }
span { border-color: rgb(254,222,186); }
td.TdClassName
{
border-color: #FEDEBA;
}
.TagClassName
{
border-color: #FEDEBA;
}
</style>