Shades of Amour #FDE9ED
Tints of Amour #FDE9ED
RGB
CMYK
RGB Variations
Color information
#FDE9ED (or 0xFDE9ED) is known color: Amour. HEX triplet: FD, E9 and ED. RGB value is (253,233,237). Sum of RGB (Red+Green+Blue) = 253+233+237=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 233 (91.41% from 255 or 32.23% from 723); Blue value is 237 (92.97% from 255 or 32.78% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE9ED is #021612. Grayscale: #EFEFEF. Windows color (decimal): -136723 or 15591933. OLE color: 15591933.
HSL color Cylindrical-coordinate representation of color #FDE9ED: hue angle of 348º degrees, saturation: 0.83, 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 #FDE9ED is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 233 | 237 | - |
CMYK | 0 | 0.08 | 0.06 | 0.01 |
HSL | 348º | 0.83% | 0.95% | - |
HSV(B) | 348º | 0.08% | 0.99% | - |
XYZ | 84.93 | 85.27 | 92.1 | - |
YUV | 239.44 | 126.63 | 137.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 233 | 237 | 0 | 0.08 | 0.06 | 0.01 | 348 | 0.83 | 0.95 |
Hex | FD | E9 | ED | 0 | 8 | 6 | 1 | 15C | 53 | 5F |
Octal | 375 | 351 | 355 | 0 | 10 | 6 | 1 | 534 | 123 | 137 |
Binary | 11111101 | 11101001 | 11101101 | 0 | 1000 | 110 | 1 | 101011100 | 1010011 | 1011111 |
Color Harmonies of #FDE9ED
Complementary color
Monochromatic Colors of #FDE9ED
Black with #FDE9ED
Text Example
Text Example
White with #FDE9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9ED; }
p { color: rgb(253,233,237); }
H1.HeaderClassName
{
color: #FDE9ED;
}
.AnyTagClassName
{
color: #FDE9ED;
}
</style>
background-color css
<style>
a { background-color: #FDE9ED; }
a { background-color: rgb(253,233,237); }
div.DivClassName
{
background-color: #FDE9ED;
}
.BgClassName
{
background-color: #FDE9ED;
}
</style>
border-color css
<style>
span { border-color: #FDE9ED; }
span { border-color: rgb(253,233,237); }
td.TdClassName
{
border-color: #FDE9ED;
}
.TagClassName
{
border-color: #FDE9ED;
}
</style>