Shades of Sandy Beach #FEDDBB
Tints of Sandy Beach #FEDDBB
RGB
CMYK
RGB Variations
Color information
#FEDDBB (or 0xFEDDBB) is known color: Sandy Beach. HEX triplet: FE, DD and BB. RGB value is (254,221,187). Sum of RGB (Red+Green+Blue) = 254+221+187=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 187 (73.44% from 255 or 28.25% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDBB is #012244. Grayscale: #E3E3E3. Windows color (decimal): -74309 or 12312062. OLE color: 12312062.
HSL color Cylindrical-coordinate representation of color #FEDDBB: hue angle of 30.45º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEDDBB is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 187 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.00 |
| HSL | 30.45º | 0.97% | 0.86% | - |
| HSV(B) | 30.45º | 0.26% | 1% | - |
| XYZ | 75.7 | 76.37 | 57.77 | - |
| YUV | 226.99 | 105.43 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 187 | 0 | 0.13 | 0.26 | 0.00 | 30.45 | 0.97 | 0.86 |
| Hex | FE | DD | BB | 0 | D | 1A | 0 | 1E | 61 | 56 |
| Octal | 376 | 335 | 273 | 0 | 15 | 32 | 0 | 36 | 141 | 126 |
| Binary | 11111110 | 11011101 | 10111011 | 0 | 1101 | 11010 | 0 | 11110 | 1100001 | 1010110 |
Color Harmonies of #FEDDBB
Complementary color
Monochromatic Colors of #FEDDBB
Black with #FEDDBB
Text Example
Text Example
White with #FEDDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDBB; }
p { color: rgb(254,221,187); }
H1.HeaderClassName
{
color: #FEDDBB;
}
.AnyTagClassName
{
color: #FEDDBB;
}
</style>
background-color css
<style>
a { background-color: #FEDDBB; }
a { background-color: rgb(254,221,187); }
div.DivClassName
{
background-color: #FEDDBB;
}
.BgClassName
{
background-color: #FEDDBB;
}
</style>
border-color css
<style>
span { border-color: #FEDDBB; }
span { border-color: rgb(254,221,187); }
td.TdClassName
{
border-color: #FEDDBB;
}
.TagClassName
{
border-color: #FEDDBB;
}
</style>