Shades of Amour #FDEEF0
Tints of Amour #FDEEF0
RGB
CMYK
RGB Variations
Color information
#FDEEF0 (or 0xFDEEF0) is known color: Amour. HEX triplet: FD, EE and F0. RGB value is (253,238,240). Sum of RGB (Red+Green+Blue) = 253+238+240=731 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.61% from 731); Green value is 238 (93.36% from 255 or 32.56% from 731); Blue value is 240 (94.14% from 255 or 32.83% from 731); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEF0 is #02110F. Grayscale: #F2F2F2. Windows color (decimal): -135440 or 15789821. OLE color: 15789821.
HSL color Cylindrical-coordinate representation of color #FDEEF0: hue angle of 352º degrees, saturation: 0.79, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDEEF0 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 238 | 240 | - |
CMYK | 0 | 0.06 | 0.05 | 0.01 |
HSL | 352º | 0.79% | 0.96% | - |
HSV(B) | 352º | 0.06% | 0.99% | - |
XYZ | 86.81 | 88.32 | 94.91 | - |
YUV | 242.71 | 126.47 | 135.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 238 | 240 | 0 | 0.06 | 0.05 | 0.01 | 352 | 0.79 | 0.96 |
Hex | FD | EE | F0 | 0 | 6 | 5 | 1 | 160 | 4F | 60 |
Octal | 375 | 356 | 360 | 0 | 6 | 5 | 1 | 540 | 117 | 140 |
Binary | 11111101 | 11101110 | 11110000 | 0 | 110 | 101 | 1 | 101100000 | 1001111 | 1100000 |
Color Harmonies of #FDEEF0
Complementary color
Monochromatic Colors of #FDEEF0
Black with #FDEEF0
Text Example
Text Example
White with #FDEEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEF0; }
p { color: rgb(253,238,240); }
H1.HeaderClassName
{
color: #FDEEF0;
}
.AnyTagClassName
{
color: #FDEEF0;
}
</style>
background-color css
<style>
a { background-color: #FDEEF0; }
a { background-color: rgb(253,238,240); }
div.DivClassName
{
background-color: #FDEEF0;
}
.BgClassName
{
background-color: #FDEEF0;
}
</style>
border-color css
<style>
span { border-color: #FDEEF0; }
span { border-color: rgb(253,238,240); }
td.TdClassName
{
border-color: #FDEEF0;
}
.TagClassName
{
border-color: #FDEEF0;
}
</style>