Shades of Amour #F2DEE5
Tints of Amour #F2DEE5
RGB
CMYK
RGB Variations
Color information
#F2DEE5 (or 0xF2DEE5) is known color: Amour. HEX triplet: F2, DE and E5. RGB value is (242,222,229). Sum of RGB (Red+Green+Blue) = 242+222+229=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 229 (89.84% from 255 or 33.04% from 693); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEE5 is #0D211A. Grayscale: #E4E4E4. Windows color (decimal): -860443 or 15064818. OLE color: 15064818.
HSL color Cylindrical-coordinate representation of color #F2DEE5: hue angle of 339º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2DEE5 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 229 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.05 |
| HSL | 339º | 0.43% | 0.91% | - |
| HSV(B) | 339º | 0.08% | 0.95% | - |
| XYZ | 76.88 | 76.78 | 84.9 | - |
| YUV | 228.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 229 | 0 | 0.08 | 0.05 | 0.05 | 339 | 0.43 | 0.91 |
| Hex | F2 | DE | E5 | 0 | 8 | 5 | 5 | 153 | 2B | 5B |
| Octal | 362 | 336 | 345 | 0 | 10 | 5 | 5 | 523 | 53 | 133 |
| Binary | 11110010 | 11011110 | 11100101 | 0 | 1000 | 101 | 101 | 101010011 | 101011 | 1011011 |
Color Harmonies of #F2DEE5
Complementary color
Monochromatic Colors of #F2DEE5
Black with #F2DEE5
Text Example
Text Example
White with #F2DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DEE5; }
p { color: rgb(242,222,229); }
H1.HeaderClassName
{
color: #F2DEE5;
}
.AnyTagClassName
{
color: #F2DEE5;
}
</style>
background-color css
<style>
a { background-color: #F2DEE5; }
a { background-color: rgb(242,222,229); }
div.DivClassName
{
background-color: #F2DEE5;
}
.BgClassName
{
background-color: #F2DEE5;
}
</style>
border-color css
<style>
span { border-color: #F2DEE5; }
span { border-color: rgb(242,222,229); }
td.TdClassName
{
border-color: #F2DEE5;
}
.TagClassName
{
border-color: #F2DEE5;
}
</style>