Shades of Amour #F2DFE7
Tints of Amour #F2DFE7
RGB
CMYK
RGB Variations
Color information
#F2DFE7 (or 0xF2DFE7) is known color: Amour. HEX triplet: F2, DF and E7. RGB value is (242,223,231). Sum of RGB (Red+Green+Blue) = 242+223+231=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 231 (90.62% from 255 or 33.19% from 696); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DFE7 is #0D2018. Grayscale: #E5E5E5. Windows color (decimal): -860185 or 15196146. OLE color: 15196146.
HSL color Cylindrical-coordinate representation of color #F2DFE7: hue angle of 334.74º 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 #F2DFE7 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 231 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.05 |
| HSL | 334.74º | 0.42% | 0.91% | - |
| HSV(B) | 334.74º | 0.08% | 0.95% | - |
| XYZ | 77.43 | 77.42 | 86.46 | - |
| YUV | 229.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 231 | 0 | 0.08 | 0.05 | 0.05 | 334.74 | 0.42 | 0.91 |
| Hex | F2 | DF | E7 | 0 | 8 | 5 | 5 | 14F | 2A | 5B |
| Octal | 362 | 337 | 347 | 0 | 10 | 5 | 5 | 517 | 52 | 133 |
| Binary | 11110010 | 11011111 | 11100111 | 0 | 1000 | 101 | 101 | 101001111 | 101010 | 1011011 |
Color Harmonies of #F2DFE7
Complementary color
Monochromatic Colors of #F2DFE7
Black with #F2DFE7
Text Example
Text Example
White with #F2DFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFE7; }
p { color: rgb(242,223,231); }
H1.HeaderClassName
{
color: #F2DFE7;
}
.AnyTagClassName
{
color: #F2DFE7;
}
</style>
background-color css
<style>
a { background-color: #F2DFE7; }
a { background-color: rgb(242,223,231); }
div.DivClassName
{
background-color: #F2DFE7;
}
.BgClassName
{
background-color: #F2DFE7;
}
</style>
border-color css
<style>
span { border-color: #F2DFE7; }
span { border-color: rgb(242,223,231); }
td.TdClassName
{
border-color: #F2DFE7;
}
.TagClassName
{
border-color: #F2DFE7;
}
</style>