Shades of Lavender Rose #F2ABE2
Tints of Lavender Rose #F2ABE2
RGB
CMYK
RGB Variations
Color information
#F2ABE2 (or 0xF2ABE2) is known color: Lavender Rose. HEX triplet: F2, AB and E2. RGB value is (242,171,226). Sum of RGB (Red+Green+Blue) = 242+171+226=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABE2 is #0D541D. Grayscale: #C6C6C6. Windows color (decimal): -873502 or 14855154. OLE color: 14855154.
HSL color Cylindrical-coordinate representation of color #F2ABE2: hue angle of 313.52º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ABE2 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 226 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.05 |
| HSL | 313.52º | 0.73% | 0.81% | - |
| HSV(B) | 313.52º | 0.29% | 0.95% | - |
| XYZ | 64.91 | 53.49 | 78.86 | - |
| YUV | 198.5 | 143.52 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 226 | 0 | 0.29 | 0.07 | 0.05 | 313.52 | 0.73 | 0.81 |
| Hex | F2 | AB | E2 | 0 | 1D | 7 | 5 | 13A | 49 | 51 |
| Octal | 362 | 253 | 342 | 0 | 35 | 7 | 5 | 472 | 111 | 121 |
| Binary | 11110010 | 10101011 | 11100010 | 0 | 11101 | 111 | 101 | 100111010 | 1001001 | 1010001 |
Color Harmonies of #F2ABE2
Complementary color
Monochromatic Colors of #F2ABE2
Black with #F2ABE2
Text Example
Text Example
White with #F2ABE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABE2; }
p { color: rgb(242,171,226); }
H1.HeaderClassName
{
color: #F2ABE2;
}
.AnyTagClassName
{
color: #F2ABE2;
}
</style>
background-color css
<style>
a { background-color: #F2ABE2; }
a { background-color: rgb(242,171,226); }
div.DivClassName
{
background-color: #F2ABE2;
}
.BgClassName
{
background-color: #F2ABE2;
}
</style>
border-color css
<style>
span { border-color: #F2ABE2; }
span { border-color: rgb(242,171,226); }
td.TdClassName
{
border-color: #F2ABE2;
}
.TagClassName
{
border-color: #F2ABE2;
}
</style>