Shades of Sandy Beach #FEDCB4
Tints of Sandy Beach #FEDCB4
RGB
CMYK
RGB Variations
Color information
#FEDCB4 (or 0xFEDCB4) is known color: Sandy Beach. HEX triplet: FE, DC and B4. RGB value is (254,220,180). Sum of RGB (Red+Green+Blue) = 254+220+180=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 180 (70.70% from 255 or 27.52% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCB4 is #01234B. Grayscale: #E1E1E1. Windows color (decimal): -74572 or 11853054. OLE color: 11853054.
HSL color Cylindrical-coordinate representation of color #FEDCB4: hue angle of 32.43º 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 #FEDCB4 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 180 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.00 |
| HSL | 32.43º | 0.97% | 0.85% | - |
| HSV(B) | 32.43º | 0.29% | 1% | - |
| XYZ | 74.7 | 75.55 | 53.83 | - |
| YUV | 225.61 | 102.26 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 180 | 0 | 0.13 | 0.29 | 0.00 | 32.43 | 0.97 | 0.85 |
| Hex | FE | DC | B4 | 0 | D | 1D | 0 | 20 | 61 | 55 |
| Octal | 376 | 334 | 264 | 0 | 15 | 35 | 0 | 40 | 141 | 125 |
| Binary | 11111110 | 11011100 | 10110100 | 0 | 1101 | 11101 | 0 | 100000 | 1100001 | 1010101 |
Color Harmonies of #FEDCB4
Complementary color
Monochromatic Colors of #FEDCB4
Black with #FEDCB4
Text Example
Text Example
White with #FEDCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCB4; }
p { color: rgb(254,220,180); }
H1.HeaderClassName
{
color: #FEDCB4;
}
.AnyTagClassName
{
color: #FEDCB4;
}
</style>
background-color css
<style>
a { background-color: #FEDCB4; }
a { background-color: rgb(254,220,180); }
div.DivClassName
{
background-color: #FEDCB4;
}
.BgClassName
{
background-color: #FEDCB4;
}
</style>
border-color css
<style>
span { border-color: #FEDCB4; }
span { border-color: rgb(254,220,180); }
td.TdClassName
{
border-color: #FEDCB4;
}
.TagClassName
{
border-color: #FEDCB4;
}
</style>