Shades of Sandy Beach #FEDBB2
Tints of Sandy Beach #FEDBB2
RGB
CMYK
RGB Variations
Color information
#FEDBB2 (or 0xFEDBB2) is known color: Sandy Beach. HEX triplet: FE, DB and B2. RGB value is (254,219,178). Sum of RGB (Red+Green+Blue) = 254+219+178=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 178 (69.92% from 255 or 27.34% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDBB2 is #01244D. Grayscale: #E0E0E0. Windows color (decimal): -74830 or 11721726. OLE color: 11721726.
HSL color Cylindrical-coordinate representation of color #FEDBB2: hue angle of 32.37º 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 #FEDBB2 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 178 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.00 |
| HSL | 32.37º | 0.97% | 0.85% | - |
| HSV(B) | 32.37º | 0.3% | 1% | - |
| XYZ | 74.24 | 74.95 | 52.67 | - |
| YUV | 224.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 178 | 0 | 0.14 | 0.30 | 0.00 | 32.37 | 0.97 | 0.85 |
| Hex | FE | DB | B2 | 0 | E | 1E | 0 | 20 | 61 | 55 |
| Octal | 376 | 333 | 262 | 0 | 16 | 36 | 0 | 40 | 141 | 125 |
| Binary | 11111110 | 11011011 | 10110010 | 0 | 1110 | 11110 | 0 | 100000 | 1100001 | 1010101 |
Color Harmonies of #FEDBB2
Complementary color
Monochromatic Colors of #FEDBB2
Black with #FEDBB2
Text Example
Text Example
White with #FEDBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBB2; }
p { color: rgb(254,219,178); }
H1.HeaderClassName
{
color: #FEDBB2;
}
.AnyTagClassName
{
color: #FEDBB2;
}
</style>
background-color css
<style>
a { background-color: #FEDBB2; }
a { background-color: rgb(254,219,178); }
div.DivClassName
{
background-color: #FEDBB2;
}
.BgClassName
{
background-color: #FEDBB2;
}
</style>
border-color css
<style>
span { border-color: #FEDBB2; }
span { border-color: rgb(254,219,178); }
td.TdClassName
{
border-color: #FEDBB2;
}
.TagClassName
{
border-color: #FEDBB2;
}
</style>