Shades of Lavender Rose #F2A3ED
Tints of Lavender Rose #F2A3ED
RGB
CMYK
RGB Variations
Color information
#F2A3ED (or 0xF2A3ED) is known color: Lavender Rose. HEX triplet: F2, A3 and ED. RGB value is (242,163,237). Sum of RGB (Red+Green+Blue) = 242+163+237=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 163 (64.06% from 255 or 25.39% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A3ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A3ED is #0D5C12. Grayscale: #C2C2C2. Windows color (decimal): -875539 or 15574002. OLE color: 15574002.
HSL color Cylindrical-coordinate representation of color #F2A3ED: hue angle of 303.8º 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 #F2A3ED is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 237 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.05 |
| HSL | 303.8º | 0.75% | 0.79% | - |
| HSV(B) | 303.8º | 0.33% | 0.95% | - |
| XYZ | 65 | 51.19 | 86.57 | - |
| YUV | 195.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 237 | 0 | 0.33 | 0.02 | 0.05 | 303.8 | 0.75 | 0.79 |
| Hex | F2 | A3 | ED | 0 | 21 | 2 | 5 | 130 | 4B | 4F |
| Octal | 362 | 243 | 355 | 0 | 41 | 2 | 5 | 460 | 113 | 117 |
| Binary | 11110010 | 10100011 | 11101101 | 0 | 100001 | 10 | 101 | 100110000 | 1001011 | 1001111 |
Color Harmonies of #F2A3ED
Complementary color
Monochromatic Colors of #F2A3ED
Black with #F2A3ED
Text Example
Text Example
White with #F2A3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A3ED; }
p { color: rgb(242,163,237); }
H1.HeaderClassName
{
color: #F2A3ED;
}
.AnyTagClassName
{
color: #F2A3ED;
}
</style>
background-color css
<style>
a { background-color: #F2A3ED; }
a { background-color: rgb(242,163,237); }
div.DivClassName
{
background-color: #F2A3ED;
}
.BgClassName
{
background-color: #F2A3ED;
}
</style>
border-color css
<style>
span { border-color: #F2A3ED; }
span { border-color: rgb(242,163,237); }
td.TdClassName
{
border-color: #F2A3ED;
}
.TagClassName
{
border-color: #F2A3ED;
}
</style>