Shades of Amour #F2DFE6
Tints of Amour #F2DFE6
RGB
CMYK
RGB Variations
Color information
#F2DFE6 (or 0xF2DFE6) is known color: Amour. HEX triplet: F2, DF and E6. RGB value is (242,223,230). Sum of RGB (Red+Green+Blue) = 242+223+230=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 230 (90.23% from 255 or 33.09% from 695); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DFE6 is #0D2019. Grayscale: #E5E5E5. Windows color (decimal): -860186 or 15130610. OLE color: 15130610.
HSL color Cylindrical-coordinate representation of color #F2DFE6: hue angle of 337.89º 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 #F2DFE6 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 230 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.05 |
| HSL | 337.89º | 0.42% | 0.91% | - |
| HSV(B) | 337.89º | 0.08% | 0.95% | - |
| XYZ | 77.29 | 77.37 | 85.72 | - |
| YUV | 229.48 | 128.29 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 230 | 0 | 0.08 | 0.05 | 0.05 | 337.89 | 0.42 | 0.91 |
| Hex | F2 | DF | E6 | 0 | 8 | 5 | 5 | 152 | 2A | 5B |
| Octal | 362 | 337 | 346 | 0 | 10 | 5 | 5 | 522 | 52 | 133 |
| Binary | 11110010 | 11011111 | 11100110 | 0 | 1000 | 101 | 101 | 101010010 | 101010 | 1011011 |
Color Harmonies of #F2DFE6
Complementary color
Monochromatic Colors of #F2DFE6
Black with #F2DFE6
Text Example
Text Example
White with #F2DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFE6; }
p { color: rgb(242,223,230); }
H1.HeaderClassName
{
color: #F2DFE6;
}
.AnyTagClassName
{
color: #F2DFE6;
}
</style>
background-color css
<style>
a { background-color: #F2DFE6; }
a { background-color: rgb(242,223,230); }
div.DivClassName
{
background-color: #F2DFE6;
}
.BgClassName
{
background-color: #F2DFE6;
}
</style>
border-color css
<style>
span { border-color: #F2DFE6; }
span { border-color: rgb(242,223,230); }
td.TdClassName
{
border-color: #F2DFE6;
}
.TagClassName
{
border-color: #F2DFE6;
}
</style>