Shades of Lavender Rose #F2ABED
Tints of Lavender Rose #F2ABED
RGB
CMYK
RGB Variations
Color information
#F2ABED (or 0xF2ABED) is known color: Lavender Rose. HEX triplet: F2, AB and ED. RGB value is (242,171,237). Sum of RGB (Red+Green+Blue) = 242+171+237=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 171 (67.19% from 255 or 26.31% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABED is #0D5412. Grayscale: #C7C7C7. Windows color (decimal): -873491 or 15576050. OLE color: 15576050.
HSL color Cylindrical-coordinate representation of color #F2ABED: hue angle of 304.23º 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 #F2ABED is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 237 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.05 |
| HSL | 304.23º | 0.73% | 0.81% | - |
| HSV(B) | 304.23º | 0.29% | 0.95% | - |
| XYZ | 66.47 | 54.12 | 87.06 | - |
| YUV | 199.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 237 | 0 | 0.29 | 0.02 | 0.05 | 304.23 | 0.73 | 0.81 |
| Hex | F2 | AB | ED | 0 | 1D | 2 | 5 | 130 | 49 | 51 |
| Octal | 362 | 253 | 355 | 0 | 35 | 2 | 5 | 460 | 111 | 121 |
| Binary | 11110010 | 10101011 | 11101101 | 0 | 11101 | 10 | 101 | 100110000 | 1001001 | 1010001 |
Color Harmonies of #F2ABED
Complementary color
Monochromatic Colors of #F2ABED
Black with #F2ABED
Text Example
Text Example
White with #F2ABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABED; }
p { color: rgb(242,171,237); }
H1.HeaderClassName
{
color: #F2ABED;
}
.AnyTagClassName
{
color: #F2ABED;
}
</style>
background-color css
<style>
a { background-color: #F2ABED; }
a { background-color: rgb(242,171,237); }
div.DivClassName
{
background-color: #F2ABED;
}
.BgClassName
{
background-color: #F2ABED;
}
</style>
border-color css
<style>
span { border-color: #F2ABED; }
span { border-color: rgb(242,171,237); }
td.TdClassName
{
border-color: #F2ABED;
}
.TagClassName
{
border-color: #F2ABED;
}
</style>