Shades of Sandy Beach #FEDBB4
Tints of Sandy Beach #FEDBB4
RGB
CMYK
RGB Variations
Color information
#FEDBB4 (or 0xFEDBB4) is known color: Sandy Beach. HEX triplet: FE, DB and B4. RGB value is (254,219,180). Sum of RGB (Red+Green+Blue) = 254+219+180=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 180 (70.70% from 255 or 27.57% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBB4 is #01244B. Grayscale: #E1E1E1. Windows color (decimal): -74828 or 11852798. OLE color: 11852798.
HSL color Cylindrical-coordinate representation of color #FEDBB4: hue angle of 31.62º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEDBB4 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 180 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.00 |
| HSL | 31.62º | 0.97% | 0.85% | - |
| HSV(B) | 31.62º | 0.29% | 1% | - |
| XYZ | 74.44 | 75.03 | 53.74 | - |
| YUV | 225.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 180 | 0 | 0.14 | 0.29 | 0.00 | 31.62 | 0.97 | 0.85 |
| Hex | FE | DB | B4 | 0 | E | 1D | 0 | 20 | 61 | 55 |
| Octal | 376 | 333 | 264 | 0 | 16 | 35 | 0 | 40 | 141 | 125 |
| Binary | 11111110 | 11011011 | 10110100 | 0 | 1110 | 11101 | 0 | 100000 | 1100001 | 1010101 |
Color Harmonies of #FEDBB4
Complementary color
Monochromatic Colors of #FEDBB4
Black with #FEDBB4
Text Example
Text Example
White with #FEDBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBB4; }
p { color: rgb(254,219,180); }
H1.HeaderClassName
{
color: #FEDBB4;
}
.AnyTagClassName
{
color: #FEDBB4;
}
</style>
background-color css
<style>
a { background-color: #FEDBB4; }
a { background-color: rgb(254,219,180); }
div.DivClassName
{
background-color: #FEDBB4;
}
.BgClassName
{
background-color: #FEDBB4;
}
</style>
border-color css
<style>
span { border-color: #FEDBB4; }
span { border-color: rgb(254,219,180); }
td.TdClassName
{
border-color: #FEDBB4;
}
.TagClassName
{
border-color: #FEDBB4;
}
</style>