Shades of Sandy Beach #FEDDB3
Tints of Sandy Beach #FEDDB3
RGB
CMYK
RGB Variations
Color information
#FEDDB3 (or 0xFEDDB3) is known color: Sandy Beach. HEX triplet: FE, DD and B3. RGB value is (254,221,179). Sum of RGB (Red+Green+Blue) = 254+221+179=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 179 (70.31% from 255 or 27.37% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDB3 is #01224C. Grayscale: #E2E2E2. Windows color (decimal): -74317 or 11787774. OLE color: 11787774.
HSL color Cylindrical-coordinate representation of color #FEDDB3: hue angle of 33.6º 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 #FEDDB3 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 179 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.00 |
| HSL | 33.6º | 0.97% | 0.85% | - |
| HSV(B) | 33.6º | 0.3% | 1% | - |
| XYZ | 74.87 | 76.04 | 53.38 | - |
| YUV | 226.08 | 101.43 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 179 | 0 | 0.13 | 0.30 | 0.00 | 33.6 | 0.97 | 0.85 |
| Hex | FE | DD | B3 | 0 | D | 1E | 0 | 22 | 61 | 55 |
| Octal | 376 | 335 | 263 | 0 | 15 | 36 | 0 | 42 | 141 | 125 |
| Binary | 11111110 | 11011101 | 10110011 | 0 | 1101 | 11110 | 0 | 100010 | 1100001 | 1010101 |
Color Harmonies of #FEDDB3
Complementary color
Monochromatic Colors of #FEDDB3
Black with #FEDDB3
Text Example
Text Example
White with #FEDDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDB3; }
p { color: rgb(254,221,179); }
H1.HeaderClassName
{
color: #FEDDB3;
}
.AnyTagClassName
{
color: #FEDDB3;
}
</style>
background-color css
<style>
a { background-color: #FEDDB3; }
a { background-color: rgb(254,221,179); }
div.DivClassName
{
background-color: #FEDDB3;
}
.BgClassName
{
background-color: #FEDDB3;
}
</style>
border-color css
<style>
span { border-color: #FEDDB3; }
span { border-color: rgb(254,221,179); }
td.TdClassName
{
border-color: #FEDDB3;
}
.TagClassName
{
border-color: #FEDDB3;
}
</style>