Shades of Sandy Beach #FEDEB8
Tints of Sandy Beach #FEDEB8
RGB
CMYK
RGB Variations
Color information
#FEDEB8 (or 0xFEDEB8) is known color: Sandy Beach. HEX triplet: FE, DE and B8. RGB value is (254,222,184). Sum of RGB (Red+Green+Blue) = 254+222+184=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 184 (72.27% from 255 or 27.88% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEB8 is #012147. Grayscale: #E3E3E3. Windows color (decimal): -74056 or 12115710. OLE color: 12115710.
HSL color Cylindrical-coordinate representation of color #FEDEB8: hue angle of 32.57º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEDEB8 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 184 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.00 |
| HSL | 32.57º | 0.97% | 0.86% | - |
| HSV(B) | 32.57º | 0.28% | 1% | - |
| XYZ | 75.65 | 76.77 | 56.18 | - |
| YUV | 227.24 | 103.6 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 184 | 0 | 0.13 | 0.28 | 0.00 | 32.57 | 0.97 | 0.86 |
| Hex | FE | DE | B8 | 0 | D | 1C | 0 | 21 | 61 | 56 |
| Octal | 376 | 336 | 270 | 0 | 15 | 34 | 0 | 41 | 141 | 126 |
| Binary | 11111110 | 11011110 | 10111000 | 0 | 1101 | 11100 | 0 | 100001 | 1100001 | 1010110 |
Color Harmonies of #FEDEB8
Complementary color
Monochromatic Colors of #FEDEB8
Black with #FEDEB8
Text Example
Text Example
White with #FEDEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEB8; }
p { color: rgb(254,222,184); }
H1.HeaderClassName
{
color: #FEDEB8;
}
.AnyTagClassName
{
color: #FEDEB8;
}
</style>
background-color css
<style>
a { background-color: #FEDEB8; }
a { background-color: rgb(254,222,184); }
div.DivClassName
{
background-color: #FEDEB8;
}
.BgClassName
{
background-color: #FEDEB8;
}
</style>
border-color css
<style>
span { border-color: #FEDEB8; }
span { border-color: rgb(254,222,184); }
td.TdClassName
{
border-color: #FEDEB8;
}
.TagClassName
{
border-color: #FEDEB8;
}
</style>