Shades of Sandy Beach #FEDFBC
Tints of Sandy Beach #FEDFBC
RGB
CMYK
RGB Variations
Color information
#FEDFBC (or 0xFEDFBC) is known color: Sandy Beach. HEX triplet: FE, DF and BC. RGB value is (254,223,188). Sum of RGB (Red+Green+Blue) = 254+223+188=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 188 (73.83% from 255 or 28.27% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFBC is #012043. Grayscale: #E4E4E4. Windows color (decimal): -73796 or 12378110. OLE color: 12378110.
HSL color Cylindrical-coordinate representation of color #FEDFBC: hue angle of 31.82º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEDFBC is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 188 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.00 |
| HSL | 31.82º | 0.97% | 0.87% | - |
| HSV(B) | 31.82º | 0.26% | 1% | - |
| XYZ | 76.34 | 77.48 | 58.51 | - |
| YUV | 228.28 | 105.27 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 188 | 0 | 0.12 | 0.26 | 0.00 | 31.82 | 0.97 | 0.87 |
| Hex | FE | DF | BC | 0 | C | 1A | 0 | 20 | 61 | 57 |
| Octal | 376 | 337 | 274 | 0 | 14 | 32 | 0 | 40 | 141 | 127 |
| Binary | 11111110 | 11011111 | 10111100 | 0 | 1100 | 11010 | 0 | 100000 | 1100001 | 1010111 |
Color Harmonies of #FEDFBC
Complementary color
Monochromatic Colors of #FEDFBC
Black with #FEDFBC
Text Example
Text Example
White with #FEDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFBC; }
p { color: rgb(254,223,188); }
H1.HeaderClassName
{
color: #FEDFBC;
}
.AnyTagClassName
{
color: #FEDFBC;
}
</style>
background-color css
<style>
a { background-color: #FEDFBC; }
a { background-color: rgb(254,223,188); }
div.DivClassName
{
background-color: #FEDFBC;
}
.BgClassName
{
background-color: #FEDFBC;
}
</style>
border-color css
<style>
span { border-color: #FEDFBC; }
span { border-color: rgb(254,223,188); }
td.TdClassName
{
border-color: #FEDFBC;
}
.TagClassName
{
border-color: #FEDFBC;
}
</style>