Shades of Sandy Beach #FEDCB2
Tints of Sandy Beach #FEDCB2
RGB
CMYK
RGB Variations
Color information
#FEDCB2 (or 0xFEDCB2) is known color: Sandy Beach. HEX triplet: FE, DC and B2. RGB value is (254,220,178). Sum of RGB (Red+Green+Blue) = 254+220+178=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 178 (69.92% from 255 or 27.30% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDCB2 is #01234D. Grayscale: #E1E1E1. Windows color (decimal): -74574 or 11721982. OLE color: 11721982.
HSL color Cylindrical-coordinate representation of color #FEDCB2: hue angle of 33.16º 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 #FEDCB2 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 178 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.00 |
| HSL | 33.16º | 0.97% | 0.85% | - |
| HSV(B) | 33.16º | 0.3% | 1% | - |
| XYZ | 74.5 | 75.47 | 52.76 | - |
| YUV | 225.38 | 101.26 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 178 | 0 | 0.13 | 0.30 | 0.00 | 33.16 | 0.97 | 0.85 |
| Hex | FE | DC | B2 | 0 | D | 1E | 0 | 21 | 61 | 55 |
| Octal | 376 | 334 | 262 | 0 | 15 | 36 | 0 | 41 | 141 | 125 |
| Binary | 11111110 | 11011100 | 10110010 | 0 | 1101 | 11110 | 0 | 100001 | 1100001 | 1010101 |
Color Harmonies of #FEDCB2
Complementary color
Monochromatic Colors of #FEDCB2
Black with #FEDCB2
Text Example
Text Example
White with #FEDCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCB2; }
p { color: rgb(254,220,178); }
H1.HeaderClassName
{
color: #FEDCB2;
}
.AnyTagClassName
{
color: #FEDCB2;
}
</style>
background-color css
<style>
a { background-color: #FEDCB2; }
a { background-color: rgb(254,220,178); }
div.DivClassName
{
background-color: #FEDCB2;
}
.BgClassName
{
background-color: #FEDCB2;
}
</style>
border-color css
<style>
span { border-color: #FEDCB2; }
span { border-color: rgb(254,220,178); }
td.TdClassName
{
border-color: #FEDCB2;
}
.TagClassName
{
border-color: #FEDCB2;
}
</style>