Shades of Sandy Beach #FED8B2
Tints of Sandy Beach #FED8B2
RGB
CMYK
RGB Variations
Color information
#FED8B2 (or 0xFED8B2) is known color: Sandy Beach. HEX triplet: FE, D8 and B2. RGB value is (254,216,178). Sum of RGB (Red+Green+Blue) = 254+216+178=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 216 (84.77% from 255 or 33.33% from 648); Blue value is 178 (69.92% from 255 or 27.47% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED8B2 is #01274D. Grayscale: #DFDFDF. Windows color (decimal): -75598 or 11720958. OLE color: 11720958.
HSL color Cylindrical-coordinate representation of color #FED8B2: hue angle of 30º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FED8B2 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 178 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.00 |
| HSL | 30º | 0.97% | 0.85% | - |
| HSV(B) | 30º | 0.3% | 1% | - |
| XYZ | 73.46 | 73.4 | 52.41 | - |
| YUV | 223.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 178 | 0 | 0.15 | 0.30 | 0.00 | 30 | 0.97 | 0.85 |
| Hex | FE | D8 | B2 | 0 | F | 1E | 0 | 1E | 61 | 55 |
| Octal | 376 | 330 | 262 | 0 | 17 | 36 | 0 | 36 | 141 | 125 |
| Binary | 11111110 | 11011000 | 10110010 | 0 | 1111 | 11110 | 0 | 11110 | 1100001 | 1010101 |
Color Harmonies of #FED8B2
Complementary color
Monochromatic Colors of #FED8B2
Black with #FED8B2
Text Example
Text Example
White with #FED8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8B2; }
p { color: rgb(254,216,178); }
H1.HeaderClassName
{
color: #FED8B2;
}
.AnyTagClassName
{
color: #FED8B2;
}
</style>
background-color css
<style>
a { background-color: #FED8B2; }
a { background-color: rgb(254,216,178); }
div.DivClassName
{
background-color: #FED8B2;
}
.BgClassName
{
background-color: #FED8B2;
}
</style>
border-color css
<style>
span { border-color: #FED8B2; }
span { border-color: rgb(254,216,178); }
td.TdClassName
{
border-color: #FED8B2;
}
.TagClassName
{
border-color: #FED8B2;
}
</style>