Shades of Amour #F2DFE4
Tints of Amour #F2DFE4
RGB
CMYK
RGB Variations
Color information
#F2DFE4 (or 0xF2DFE4) is known color: Amour. HEX triplet: F2, DF and E4. RGB value is (242,223,228). Sum of RGB (Red+Green+Blue) = 242+223+228=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 228 (89.45% from 255 or 32.90% from 693); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFE4 is #0D201B. Grayscale: #E5E5E5. Windows color (decimal): -860188 or 14999538. OLE color: 14999538.
HSL color Cylindrical-coordinate representation of color #F2DFE4: hue angle of 344.21º degrees, saturation: 0.42, 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 #F2DFE4 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 228 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.05 |
| HSL | 344.21º | 0.42% | 0.91% | - |
| HSV(B) | 344.21º | 0.08% | 0.95% | - |
| XYZ | 77.01 | 77.25 | 84.25 | - |
| YUV | 229.25 | 127.29 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 228 | 0 | 0.08 | 0.06 | 0.05 | 344.21 | 0.42 | 0.91 |
| Hex | F2 | DF | E4 | 0 | 8 | 6 | 5 | 158 | 2A | 5B |
| Octal | 362 | 337 | 344 | 0 | 10 | 6 | 5 | 530 | 52 | 133 |
| Binary | 11110010 | 11011111 | 11100100 | 0 | 1000 | 110 | 101 | 101011000 | 101010 | 1011011 |
Color Harmonies of #F2DFE4
Complementary color
Monochromatic Colors of #F2DFE4
Black with #F2DFE4
Text Example
Text Example
White with #F2DFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFE4; }
p { color: rgb(242,223,228); }
H1.HeaderClassName
{
color: #F2DFE4;
}
.AnyTagClassName
{
color: #F2DFE4;
}
</style>
background-color css
<style>
a { background-color: #F2DFE4; }
a { background-color: rgb(242,223,228); }
div.DivClassName
{
background-color: #F2DFE4;
}
.BgClassName
{
background-color: #F2DFE4;
}
</style>
border-color css
<style>
span { border-color: #F2DFE4; }
span { border-color: rgb(242,223,228); }
td.TdClassName
{
border-color: #F2DFE4;
}
.TagClassName
{
border-color: #F2DFE4;
}
</style>