Shades of Lavender Rose #F2ABDA
Tints of Lavender Rose #F2ABDA
RGB
CMYK
RGB Variations
Color information
#F2ABDA (or 0xF2ABDA) is known color: Lavender Rose. HEX triplet: F2, AB and DA. RGB value is (242,171,218). Sum of RGB (Red+Green+Blue) = 242+171+218=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABDA is #0D5425. Grayscale: #C5C5C5. Windows color (decimal): -873510 or 14330866. OLE color: 14330866.
HSL color Cylindrical-coordinate representation of color #F2ABDA: hue angle of 320.28º 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 #F2ABDA is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 218 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.05 |
| HSL | 320.28º | 0.73% | 0.81% | - |
| HSV(B) | 320.28º | 0.29% | 0.95% | - |
| XYZ | 63.84 | 53.07 | 73.21 | - |
| YUV | 197.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 218 | 0 | 0.29 | 0.10 | 0.05 | 320.28 | 0.73 | 0.81 |
| Hex | F2 | AB | DA | 0 | 1D | A | 5 | 140 | 49 | 51 |
| Octal | 362 | 253 | 332 | 0 | 35 | 12 | 5 | 500 | 111 | 121 |
| Binary | 11110010 | 10101011 | 11011010 | 0 | 11101 | 1010 | 101 | 101000000 | 1001001 | 1010001 |
Color Harmonies of #F2ABDA
Complementary color
Monochromatic Colors of #F2ABDA
Black with #F2ABDA
Text Example
Text Example
White with #F2ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABDA; }
p { color: rgb(242,171,218); }
H1.HeaderClassName
{
color: #F2ABDA;
}
.AnyTagClassName
{
color: #F2ABDA;
}
</style>
background-color css
<style>
a { background-color: #F2ABDA; }
a { background-color: rgb(242,171,218); }
div.DivClassName
{
background-color: #F2ABDA;
}
.BgClassName
{
background-color: #F2ABDA;
}
</style>
border-color css
<style>
span { border-color: #F2ABDA; }
span { border-color: rgb(242,171,218); }
td.TdClassName
{
border-color: #F2ABDA;
}
.TagClassName
{
border-color: #F2ABDA;
}
</style>