Shades of Sandy Beach #FEDCB7
Tints of Sandy Beach #FEDCB7
RGB
CMYK
RGB Variations
Color information
#FEDCB7 (or 0xFEDCB7) is known color: Sandy Beach. HEX triplet: FE, DC and B7. RGB value is (254,220,183). Sum of RGB (Red+Green+Blue) = 254+220+183=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 183 (71.88% from 255 or 27.85% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCB7 is #012348. Grayscale: #E2E2E2. Windows color (decimal): -74569 or 12049662. OLE color: 12049662.
HSL color Cylindrical-coordinate representation of color #FEDCB7: hue angle of 31.27º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEDCB7 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 183 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.00 |
| HSL | 31.27º | 0.97% | 0.86% | - |
| HSV(B) | 31.27º | 0.28% | 1% | - |
| XYZ | 75.01 | 75.68 | 55.45 | - |
| YUV | 225.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 183 | 0 | 0.13 | 0.28 | 0.00 | 31.27 | 0.97 | 0.86 |
| Hex | FE | DC | B7 | 0 | D | 1C | 0 | 1F | 61 | 56 |
| Octal | 376 | 334 | 267 | 0 | 15 | 34 | 0 | 37 | 141 | 126 |
| Binary | 11111110 | 11011100 | 10110111 | 0 | 1101 | 11100 | 0 | 11111 | 1100001 | 1010110 |
Color Harmonies of #FEDCB7
Complementary color
Monochromatic Colors of #FEDCB7
Black with #FEDCB7
Text Example
Text Example
White with #FEDCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCB7; }
p { color: rgb(254,220,183); }
H1.HeaderClassName
{
color: #FEDCB7;
}
.AnyTagClassName
{
color: #FEDCB7;
}
</style>
background-color css
<style>
a { background-color: #FEDCB7; }
a { background-color: rgb(254,220,183); }
div.DivClassName
{
background-color: #FEDCB7;
}
.BgClassName
{
background-color: #FEDCB7;
}
</style>
border-color css
<style>
span { border-color: #FEDCB7; }
span { border-color: rgb(254,220,183); }
td.TdClassName
{
border-color: #FEDCB7;
}
.TagClassName
{
border-color: #FEDCB7;
}
</style>