Shades of Amour #FDECEE
Tints of Amour #FDECEE
RGB
CMYK
RGB Variations
Color information
#FDECEE (or 0xFDECEE) is known color: Amour. HEX triplet: FD, EC and EE. RGB value is (253,236,238). Sum of RGB (Red+Green+Blue) = 253+236+238=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 236 (92.58% from 255 or 32.46% from 727); Blue value is 238 (93.36% from 255 or 32.74% from 727); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDECEE is #021311. Grayscale: #F1F1F1. Windows color (decimal): -135954 or 15658237. OLE color: 15658237.
HSL color Cylindrical-coordinate representation of color #FDECEE: hue angle of 352.94º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDECEE is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 238 | - |
CMYK | 0 | 0.07 | 0.06 | 0.01 |
HSL | 352.94º | 0.81% | 0.96% | - |
HSV(B) | 352.94º | 0.07% | 0.99% | - |
XYZ | 85.94 | 87.05 | 93.16 | - |
YUV | 241.31 | 126.13 | 136.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 238 | 0 | 0.07 | 0.06 | 0.01 | 352.94 | 0.81 | 0.96 |
Hex | FD | EC | EE | 0 | 7 | 6 | 1 | 161 | 51 | 60 |
Octal | 375 | 354 | 356 | 0 | 7 | 6 | 1 | 541 | 121 | 140 |
Binary | 11111101 | 11101100 | 11101110 | 0 | 111 | 110 | 1 | 101100001 | 1010001 | 1100000 |
Color Harmonies of #FDECEE
Complementary color
Monochromatic Colors of #FDECEE
Black with #FDECEE
Text Example
Text Example
White with #FDECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECEE; }
p { color: rgb(253,236,238); }
H1.HeaderClassName
{
color: #FDECEE;
}
.AnyTagClassName
{
color: #FDECEE;
}
</style>
background-color css
<style>
a { background-color: #FDECEE; }
a { background-color: rgb(253,236,238); }
div.DivClassName
{
background-color: #FDECEE;
}
.BgClassName
{
background-color: #FDECEE;
}
</style>
border-color css
<style>
span { border-color: #FDECEE; }
span { border-color: rgb(253,236,238); }
td.TdClassName
{
border-color: #FDECEE;
}
.TagClassName
{
border-color: #FDECEE;
}
</style>