Shades of Sandy Beach #FED6B0
Tints of Sandy Beach #FED6B0
RGB
CMYK
RGB Variations
Color information
#FED6B0 (or 0xFED6B0) is known color: Sandy Beach. HEX triplet: FE, D6 and B0. RGB value is (254,214,176). Sum of RGB (Red+Green+Blue) = 254+214+176=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 214 (83.98% from 255 or 33.23% from 644); Blue value is 176 (69.14% from 255 or 27.33% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED6B0 is #01294F. Grayscale: #DDDDDD. Windows color (decimal): -76112 or 11589374. OLE color: 11589374.
HSL color Cylindrical-coordinate representation of color #FED6B0: hue angle of 29.23º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FED6B0 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 176 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.00 |
| HSL | 29.23º | 0.98% | 0.84% | - |
| HSV(B) | 29.23º | 0.31% | 1% | - |
| XYZ | 72.76 | 72.3 | 51.19 | - |
| YUV | 221.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 176 | 0 | 0.16 | 0.31 | 0.00 | 29.23 | 0.98 | 0.84 |
| Hex | FE | D6 | B0 | 0 | 10 | 1F | 0 | 1D | 62 | 54 |
| Octal | 376 | 326 | 260 | 0 | 20 | 37 | 0 | 35 | 142 | 124 |
| Binary | 11111110 | 11010110 | 10110000 | 0 | 10000 | 11111 | 0 | 11101 | 1100010 | 1010100 |
Color Harmonies of #FED6B0
Complementary color
Monochromatic Colors of #FED6B0
Black with #FED6B0
Text Example
Text Example
White with #FED6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6B0; }
p { color: rgb(254,214,176); }
H1.HeaderClassName
{
color: #FED6B0;
}
.AnyTagClassName
{
color: #FED6B0;
}
</style>
background-color css
<style>
a { background-color: #FED6B0; }
a { background-color: rgb(254,214,176); }
div.DivClassName
{
background-color: #FED6B0;
}
.BgClassName
{
background-color: #FED6B0;
}
</style>
border-color css
<style>
span { border-color: #FED6B0; }
span { border-color: rgb(254,214,176); }
td.TdClassName
{
border-color: #FED6B0;
}
.TagClassName
{
border-color: #FED6B0;
}
</style>