Shades of Sandy Beach #FEDBB8
Tints of Sandy Beach #FEDBB8
RGB
CMYK
RGB Variations
Color information
#FEDBB8 (or 0xFEDBB8) is known color: Sandy Beach. HEX triplet: FE, DB and B8. RGB value is (254,219,184). Sum of RGB (Red+Green+Blue) = 254+219+184=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 184 (72.27% from 255 or 28.01% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBB8 is #012447. Grayscale: #E1E1E1. Windows color (decimal): -74824 or 12114942. OLE color: 12114942.
HSL color Cylindrical-coordinate representation of color #FEDBB8: hue angle of 30º 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 #FEDBB8 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 184 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.00 |
| HSL | 30º | 0.97% | 0.86% | - |
| HSV(B) | 30º | 0.28% | 1% | - |
| XYZ | 74.86 | 75.19 | 55.92 | - |
| YUV | 225.48 | 104.6 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 184 | 0 | 0.14 | 0.28 | 0.00 | 30 | 0.97 | 0.86 |
| Hex | FE | DB | B8 | 0 | E | 1C | 0 | 1E | 61 | 56 |
| Octal | 376 | 333 | 270 | 0 | 16 | 34 | 0 | 36 | 141 | 126 |
| Binary | 11111110 | 11011011 | 10111000 | 0 | 1110 | 11100 | 0 | 11110 | 1100001 | 1010110 |
Color Harmonies of #FEDBB8
Complementary color
Monochromatic Colors of #FEDBB8
Black with #FEDBB8
Text Example
Text Example
White with #FEDBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBB8; }
p { color: rgb(254,219,184); }
H1.HeaderClassName
{
color: #FEDBB8;
}
.AnyTagClassName
{
color: #FEDBB8;
}
</style>
background-color css
<style>
a { background-color: #FEDBB8; }
a { background-color: rgb(254,219,184); }
div.DivClassName
{
background-color: #FEDBB8;
}
.BgClassName
{
background-color: #FEDBB8;
}
</style>
border-color css
<style>
span { border-color: #FEDBB8; }
span { border-color: rgb(254,219,184); }
td.TdClassName
{
border-color: #FEDBB8;
}
.TagClassName
{
border-color: #FEDBB8;
}
</style>