Shades of Remy #FDE1DA
Tints of Remy #FDE1DA
RGB
CMYK
RGB Variations
Color information
#FDE1DA (or 0xFDE1DA) is known color: Remy. HEX triplet: FD, E1 and DA. RGB value is (253,225,218). Sum of RGB (Red+Green+Blue) = 253+225+218=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 225 (88.28% from 255 or 32.33% from 696); Blue value is 218 (85.55% from 255 or 31.32% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1DA is #021E25. Grayscale: #E8E8E8. Windows color (decimal): -138790 or 14344701. OLE color: 14344701.
HSL color Cylindrical-coordinate representation of color #FDE1DA: hue angle of 12º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDE1DA is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 218 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.01 |
| HSL | 12º | 0.9% | 0.92% | - |
| HSV(B) | 12º | 0.14% | 0.99% | - |
| XYZ | 80.09 | 79.8 | 77.51 | - |
| YUV | 232.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 218 | 0 | 0.11 | 0.14 | 0.01 | 12 | 0.9 | 0.92 |
| Hex | FD | E1 | DA | 0 | B | E | 1 | C | 5A | 5C |
| Octal | 375 | 341 | 332 | 0 | 13 | 16 | 1 | 14 | 132 | 134 |
| Binary | 11111101 | 11100001 | 11011010 | 0 | 1011 | 1110 | 1 | 1100 | 1011010 | 1011100 |
Color Harmonies of #FDE1DA
Complementary color
Monochromatic Colors of #FDE1DA
Black with #FDE1DA
Text Example
Text Example
White with #FDE1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE1DA; }
p { color: rgb(253,225,218); }
H1.HeaderClassName
{
color: #FDE1DA;
}
.AnyTagClassName
{
color: #FDE1DA;
}
</style>
background-color css
<style>
a { background-color: #FDE1DA; }
a { background-color: rgb(253,225,218); }
div.DivClassName
{
background-color: #FDE1DA;
}
.BgClassName
{
background-color: #FDE1DA;
}
</style>
border-color css
<style>
span { border-color: #FDE1DA; }
span { border-color: rgb(253,225,218); }
td.TdClassName
{
border-color: #FDE1DA;
}
.TagClassName
{
border-color: #FDE1DA;
}
</style>