Shades of Amour #FDE7EE
Tints of Amour #FDE7EE
RGB
CMYK
RGB Variations
Color information
#FDE7EE (or 0xFDE7EE) is known color: Amour. HEX triplet: FD, E7 and EE. RGB value is (253,231,238). Sum of RGB (Red+Green+Blue) = 253+231+238=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 231 (90.62% from 255 or 31.99% from 722); Blue value is 238 (93.36% from 255 or 32.96% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE7EE is #021811. Grayscale: #EEEEEE. Windows color (decimal): -137234 or 15656957. OLE color: 15656957.
HSL color Cylindrical-coordinate representation of color #FDE7EE: hue angle of 340.91º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDE7EE is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 231 | 238 | - |
CMYK | 0 | 0.09 | 0.06 | 0.01 |
HSL | 340.91º | 0.85% | 0.95% | - |
HSV(B) | 340.91º | 0.09% | 0.99% | - |
XYZ | 84.52 | 84.21 | 92.69 | - |
YUV | 238.38 | 127.79 | 138.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 231 | 238 | 0 | 0.09 | 0.06 | 0.01 | 340.91 | 0.85 | 0.95 |
Hex | FD | E7 | EE | 0 | 9 | 6 | 1 | 155 | 55 | 5F |
Octal | 375 | 347 | 356 | 0 | 11 | 6 | 1 | 525 | 125 | 137 |
Binary | 11111101 | 11100111 | 11101110 | 0 | 1001 | 110 | 1 | 101010101 | 1010101 | 1011111 |
Color Harmonies of #FDE7EE
Complementary color
Monochromatic Colors of #FDE7EE
Black with #FDE7EE
Text Example
Text Example
White with #FDE7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7EE; }
p { color: rgb(253,231,238); }
H1.HeaderClassName
{
color: #FDE7EE;
}
.AnyTagClassName
{
color: #FDE7EE;
}
</style>
background-color css
<style>
a { background-color: #FDE7EE; }
a { background-color: rgb(253,231,238); }
div.DivClassName
{
background-color: #FDE7EE;
}
.BgClassName
{
background-color: #FDE7EE;
}
</style>
border-color css
<style>
span { border-color: #FDE7EE; }
span { border-color: rgb(253,231,238); }
td.TdClassName
{
border-color: #FDE7EE;
}
.TagClassName
{
border-color: #FDE7EE;
}
</style>