Shades of Remy #FEE1DB
Tints of Remy #FEE1DB
RGB
CMYK
RGB Variations
Color information
#FEE1DB (or 0xFEE1DB) is known color: Remy. HEX triplet: FE, E1 and DB. RGB value is (254,225,219). Sum of RGB (Red+Green+Blue) = 254+225+219=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 225 (88.28% from 255 or 32.23% from 698); Blue value is 219 (85.94% from 255 or 31.38% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1DB is #011E24. Grayscale: #E9E9E9. Windows color (decimal): -73253 or 14410238. OLE color: 14410238.
HSL color Cylindrical-coordinate representation of color #FEE1DB: hue angle of 10.29º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEE1DB is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 219 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.00 |
| HSL | 10.29º | 0.95% | 0.93% | - |
| HSV(B) | 10.29º | 0.14% | 1% | - |
| XYZ | 80.58 | 80.04 | 78.22 | - |
| YUV | 232.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 219 | 0 | 0.11 | 0.14 | 0.00 | 10.29 | 0.95 | 0.93 |
| Hex | FE | E1 | DB | 0 | B | E | 0 | A | 5F | 5D |
| Octal | 376 | 341 | 333 | 0 | 13 | 16 | 0 | 12 | 137 | 135 |
| Binary | 11111110 | 11100001 | 11011011 | 0 | 1011 | 1110 | 0 | 1010 | 1011111 | 1011101 |
Color Harmonies of #FEE1DB
Complementary color
Monochromatic Colors of #FEE1DB
Black with #FEE1DB
Text Example
Text Example
White with #FEE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1DB; }
p { color: rgb(254,225,219); }
H1.HeaderClassName
{
color: #FEE1DB;
}
.AnyTagClassName
{
color: #FEE1DB;
}
</style>
background-color css
<style>
a { background-color: #FEE1DB; }
a { background-color: rgb(254,225,219); }
div.DivClassName
{
background-color: #FEE1DB;
}
.BgClassName
{
background-color: #FEE1DB;
}
</style>
border-color css
<style>
span { border-color: #FEE1DB; }
span { border-color: rgb(254,225,219); }
td.TdClassName
{
border-color: #FEE1DB;
}
.TagClassName
{
border-color: #FEE1DB;
}
</style>