Shades of Lavender Rose #F2ABDD
Tints of Lavender Rose #F2ABDD
RGB
CMYK
RGB Variations
Color information
#F2ABDD (or 0xF2ABDD) is known color: Lavender Rose. HEX triplet: F2, AB and DD. RGB value is (242,171,221). Sum of RGB (Red+Green+Blue) = 242+171+221=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABDD is #0D5422. Grayscale: #C5C5C5. Windows color (decimal): -873507 or 14527474. OLE color: 14527474.
HSL color Cylindrical-coordinate representation of color #F2ABDD: hue angle of 317.75º 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 #F2ABDD is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 221 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.05 |
| HSL | 317.75º | 0.73% | 0.81% | - |
| HSV(B) | 317.75º | 0.29% | 0.95% | - |
| XYZ | 64.23 | 53.22 | 75.29 | - |
| YUV | 197.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 221 | 0 | 0.29 | 0.09 | 0.05 | 317.75 | 0.73 | 0.81 |
| Hex | F2 | AB | DD | 0 | 1D | 9 | 5 | 13E | 49 | 51 |
| Octal | 362 | 253 | 335 | 0 | 35 | 11 | 5 | 476 | 111 | 121 |
| Binary | 11110010 | 10101011 | 11011101 | 0 | 11101 | 1001 | 101 | 100111110 | 1001001 | 1010001 |
Color Harmonies of #F2ABDD
Complementary color
Monochromatic Colors of #F2ABDD
Black with #F2ABDD
Text Example
Text Example
White with #F2ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABDD; }
p { color: rgb(242,171,221); }
H1.HeaderClassName
{
color: #F2ABDD;
}
.AnyTagClassName
{
color: #F2ABDD;
}
</style>
background-color css
<style>
a { background-color: #F2ABDD; }
a { background-color: rgb(242,171,221); }
div.DivClassName
{
background-color: #F2ABDD;
}
.BgClassName
{
background-color: #F2ABDD;
}
</style>
border-color css
<style>
span { border-color: #F2ABDD; }
span { border-color: rgb(242,171,221); }
td.TdClassName
{
border-color: #F2ABDD;
}
.TagClassName
{
border-color: #F2ABDD;
}
</style>