Shades of Lavender Rose #F2A3EA
Tints of Lavender Rose #F2A3EA
RGB
CMYK
RGB Variations
Color information
#F2A3EA (or 0xF2A3EA) is known color: Lavender Rose. HEX triplet: F2, A3 and EA. RGB value is (242,163,234). Sum of RGB (Red+Green+Blue) = 242+163+234=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 163 (64.06% from 255 or 25.51% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A3EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A3EA is #0D5C15. Grayscale: #C2C2C2. Windows color (decimal): -875542 or 15377394. OLE color: 15377394.
HSL color Cylindrical-coordinate representation of color #F2A3EA: hue angle of 306.08º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2A3EA is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 234 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.05 |
| HSL | 306.08º | 0.75% | 0.79% | - |
| HSV(B) | 306.08º | 0.33% | 0.95% | - |
| XYZ | 64.57 | 51.01 | 84.29 | - |
| YUV | 194.72 | 150.17 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 234 | 0 | 0.33 | 0.03 | 0.05 | 306.08 | 0.75 | 0.79 |
| Hex | F2 | A3 | EA | 0 | 21 | 3 | 5 | 132 | 4B | 4F |
| Octal | 362 | 243 | 352 | 0 | 41 | 3 | 5 | 462 | 113 | 117 |
| Binary | 11110010 | 10100011 | 11101010 | 0 | 100001 | 11 | 101 | 100110010 | 1001011 | 1001111 |
Color Harmonies of #F2A3EA
Complementary color
Monochromatic Colors of #F2A3EA
Black with #F2A3EA
Text Example
Text Example
White with #F2A3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A3EA; }
p { color: rgb(242,163,234); }
H1.HeaderClassName
{
color: #F2A3EA;
}
.AnyTagClassName
{
color: #F2A3EA;
}
</style>
background-color css
<style>
a { background-color: #F2A3EA; }
a { background-color: rgb(242,163,234); }
div.DivClassName
{
background-color: #F2A3EA;
}
.BgClassName
{
background-color: #F2A3EA;
}
</style>
border-color css
<style>
span { border-color: #F2A3EA; }
span { border-color: rgb(242,163,234); }
td.TdClassName
{
border-color: #F2A3EA;
}
.TagClassName
{
border-color: #F2A3EA;
}
</style>