Shades of Sandy Beach #FEDCB5
Tints of Sandy Beach #FEDCB5
RGB
CMYK
RGB Variations
Color information
#FEDCB5 (or 0xFEDCB5) is known color: Sandy Beach. HEX triplet: FE, DC and B5. RGB value is (254,220,181). Sum of RGB (Red+Green+Blue) = 254+220+181=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 181 (71.09% from 255 or 27.63% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCB5 is #01234A. Grayscale: #E1E1E1. Windows color (decimal): -74571 or 11918590. OLE color: 11918590.
HSL color Cylindrical-coordinate representation of color #FEDCB5: hue angle of 32.05º 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 #FEDCB5 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 181 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.00 |
| HSL | 32.05º | 0.97% | 0.85% | - |
| HSV(B) | 32.05º | 0.29% | 1% | - |
| XYZ | 74.81 | 75.59 | 54.36 | - |
| YUV | 225.72 | 102.76 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 181 | 0 | 0.13 | 0.29 | 0.00 | 32.05 | 0.97 | 0.85 |
| Hex | FE | DC | B5 | 0 | D | 1D | 0 | 20 | 61 | 55 |
| Octal | 376 | 334 | 265 | 0 | 15 | 35 | 0 | 40 | 141 | 125 |
| Binary | 11111110 | 11011100 | 10110101 | 0 | 1101 | 11101 | 0 | 100000 | 1100001 | 1010101 |
Color Harmonies of #FEDCB5
Complementary color
Monochromatic Colors of #FEDCB5
Black with #FEDCB5
Text Example
Text Example
White with #FEDCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCB5; }
p { color: rgb(254,220,181); }
H1.HeaderClassName
{
color: #FEDCB5;
}
.AnyTagClassName
{
color: #FEDCB5;
}
</style>
background-color css
<style>
a { background-color: #FEDCB5; }
a { background-color: rgb(254,220,181); }
div.DivClassName
{
background-color: #FEDCB5;
}
.BgClassName
{
background-color: #FEDCB5;
}
</style>
border-color css
<style>
span { border-color: #FEDCB5; }
span { border-color: rgb(254,220,181); }
td.TdClassName
{
border-color: #FEDCB5;
}
.TagClassName
{
border-color: #FEDCB5;
}
</style>