Shades of Sandy Beach #FEDFBD
Tints of Sandy Beach #FEDFBD
RGB
CMYK
RGB Variations
Color information
#FEDFBD (or 0xFEDFBD) is known color: Sandy Beach. HEX triplet: FE, DF and BD. RGB value is (254,223,189). Sum of RGB (Red+Green+Blue) = 254+223+189=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 189 (74.22% from 255 or 28.38% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFBD is #012042. Grayscale: #E4E4E4. Windows color (decimal): -73795 or 12443646. OLE color: 12443646.
HSL color Cylindrical-coordinate representation of color #FEDFBD: hue angle of 31.38º 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 #FEDFBD is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 189 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.00 |
| HSL | 31.38º | 0.97% | 0.87% | - |
| HSV(B) | 31.38º | 0.26% | 1% | - |
| XYZ | 76.45 | 77.52 | 59.08 | - |
| YUV | 228.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 189 | 0 | 0.12 | 0.26 | 0.00 | 31.38 | 0.97 | 0.87 |
| Hex | FE | DF | BD | 0 | C | 1A | 0 | 1F | 61 | 57 |
| Octal | 376 | 337 | 275 | 0 | 14 | 32 | 0 | 37 | 141 | 127 |
| Binary | 11111110 | 11011111 | 10111101 | 0 | 1100 | 11010 | 0 | 11111 | 1100001 | 1010111 |
Color Harmonies of #FEDFBD
Complementary color
Monochromatic Colors of #FEDFBD
Black with #FEDFBD
Text Example
Text Example
White with #FEDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFBD; }
p { color: rgb(254,223,189); }
H1.HeaderClassName
{
color: #FEDFBD;
}
.AnyTagClassName
{
color: #FEDFBD;
}
</style>
background-color css
<style>
a { background-color: #FEDFBD; }
a { background-color: rgb(254,223,189); }
div.DivClassName
{
background-color: #FEDFBD;
}
.BgClassName
{
background-color: #FEDFBD;
}
</style>
border-color css
<style>
span { border-color: #FEDFBD; }
span { border-color: rgb(254,223,189); }
td.TdClassName
{
border-color: #FEDFBD;
}
.TagClassName
{
border-color: #FEDFBD;
}
</style>