Shades of Amour #FDE8ED
Tints of Amour #FDE8ED
RGB
CMYK
RGB Variations
Color information
#FDE8ED (or 0xFDE8ED) is known color: Amour. HEX triplet: FD, E8 and ED. RGB value is (253,232,237). Sum of RGB (Red+Green+Blue) = 253+232+237=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 232 (91.02% from 255 or 32.13% from 722); Blue value is 237 (92.97% from 255 or 32.83% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE8ED is #021712. Grayscale: #EEEEEE. Windows color (decimal): -136979 or 15591677. OLE color: 15591677.
HSL color Cylindrical-coordinate representation of color #FDE8ED: hue angle of 345.71º degrees, saturation: 0.84, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDE8ED is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 232 | 237 | - |
CMYK | 0 | 0.08 | 0.06 | 0.01 |
HSL | 345.71º | 0.84% | 0.95% | - |
HSV(B) | 345.71º | 0.08% | 0.99% | - |
XYZ | 84.65 | 84.71 | 92.01 | - |
YUV | 238.85 | 126.96 | 138.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 232 | 237 | 0 | 0.08 | 0.06 | 0.01 | 345.71 | 0.84 | 0.95 |
Hex | FD | E8 | ED | 0 | 8 | 6 | 1 | 15A | 54 | 5F |
Octal | 375 | 350 | 355 | 0 | 10 | 6 | 1 | 532 | 124 | 137 |
Binary | 11111101 | 11101000 | 11101101 | 0 | 1000 | 110 | 1 | 101011010 | 1010100 | 1011111 |
Color Harmonies of #FDE8ED
Complementary color
Monochromatic Colors of #FDE8ED
Black with #FDE8ED
Text Example
Text Example
White with #FDE8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE8ED; }
p { color: rgb(253,232,237); }
H1.HeaderClassName
{
color: #FDE8ED;
}
.AnyTagClassName
{
color: #FDE8ED;
}
</style>
background-color css
<style>
a { background-color: #FDE8ED; }
a { background-color: rgb(253,232,237); }
div.DivClassName
{
background-color: #FDE8ED;
}
.BgClassName
{
background-color: #FDE8ED;
}
</style>
border-color css
<style>
span { border-color: #FDE8ED; }
span { border-color: rgb(253,232,237); }
td.TdClassName
{
border-color: #FDE8ED;
}
.TagClassName
{
border-color: #FDE8ED;
}
</style>