Shades of Sandy Beach #FEDAB7
Tints of Sandy Beach #FEDAB7
RGB
CMYK
RGB Variations
Color information
#FEDAB7 (or 0xFEDAB7) is known color: Sandy Beach. HEX triplet: FE, DA and B7. RGB value is (254,218,183). Sum of RGB (Red+Green+Blue) = 254+218+183=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 183 (71.88% from 255 or 27.94% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAB7 is #012548. Grayscale: #E0E0E0. Windows color (decimal): -75081 or 12049150. OLE color: 12049150.
HSL color Cylindrical-coordinate representation of color #FEDAB7: hue angle of 29.58º 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 #FEDAB7 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 183 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.00 |
| HSL | 29.58º | 0.97% | 0.86% | - |
| HSV(B) | 29.58º | 0.28% | 1% | - |
| XYZ | 74.49 | 74.63 | 55.28 | - |
| YUV | 224.77 | 104.43 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 183 | 0 | 0.14 | 0.28 | 0.00 | 29.58 | 0.97 | 0.86 |
| Hex | FE | DA | B7 | 0 | E | 1C | 0 | 1E | 61 | 56 |
| Octal | 376 | 332 | 267 | 0 | 16 | 34 | 0 | 36 | 141 | 126 |
| Binary | 11111110 | 11011010 | 10110111 | 0 | 1110 | 11100 | 0 | 11110 | 1100001 | 1010110 |
Color Harmonies of #FEDAB7
Complementary color
Monochromatic Colors of #FEDAB7
Black with #FEDAB7
Text Example
Text Example
White with #FEDAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAB7; }
p { color: rgb(254,218,183); }
H1.HeaderClassName
{
color: #FEDAB7;
}
.AnyTagClassName
{
color: #FEDAB7;
}
</style>
background-color css
<style>
a { background-color: #FEDAB7; }
a { background-color: rgb(254,218,183); }
div.DivClassName
{
background-color: #FEDAB7;
}
.BgClassName
{
background-color: #FEDAB7;
}
</style>
border-color css
<style>
span { border-color: #FEDAB7; }
span { border-color: rgb(254,218,183); }
td.TdClassName
{
border-color: #FEDAB7;
}
.TagClassName
{
border-color: #FEDAB7;
}
</style>