Shades of Sandy Beach #FEDCB3
Tints of Sandy Beach #FEDCB3
RGB
CMYK
RGB Variations
Color information
#FEDCB3 (or 0xFEDCB3) is known color: Sandy Beach. HEX triplet: FE, DC and B3. RGB value is (254,220,179). Sum of RGB (Red+Green+Blue) = 254+220+179=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 179 (70.31% from 255 or 27.41% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCB3 is #01234C. Grayscale: #E1E1E1. Windows color (decimal): -74573 or 11787518. OLE color: 11787518.
HSL color Cylindrical-coordinate representation of color #FEDCB3: hue angle of 32.8º 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 #FEDCB3 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 179 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.00 |
| HSL | 32.8º | 0.97% | 0.85% | - |
| HSV(B) | 32.8º | 0.3% | 1% | - |
| XYZ | 74.6 | 75.51 | 53.29 | - |
| YUV | 225.49 | 101.76 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 179 | 0 | 0.13 | 0.30 | 0.00 | 32.8 | 0.97 | 0.85 |
| Hex | FE | DC | B3 | 0 | D | 1E | 0 | 21 | 61 | 55 |
| Octal | 376 | 334 | 263 | 0 | 15 | 36 | 0 | 41 | 141 | 125 |
| Binary | 11111110 | 11011100 | 10110011 | 0 | 1101 | 11110 | 0 | 100001 | 1100001 | 1010101 |
Color Harmonies of #FEDCB3
Complementary color
Monochromatic Colors of #FEDCB3
Black with #FEDCB3
Text Example
Text Example
White with #FEDCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCB3; }
p { color: rgb(254,220,179); }
H1.HeaderClassName
{
color: #FEDCB3;
}
.AnyTagClassName
{
color: #FEDCB3;
}
</style>
background-color css
<style>
a { background-color: #FEDCB3; }
a { background-color: rgb(254,220,179); }
div.DivClassName
{
background-color: #FEDCB3;
}
.BgClassName
{
background-color: #FEDCB3;
}
</style>
border-color css
<style>
span { border-color: #FEDCB3; }
span { border-color: rgb(254,220,179); }
td.TdClassName
{
border-color: #FEDCB3;
}
.TagClassName
{
border-color: #FEDCB3;
}
</style>