Shades of Lavender Rose #F2AADB
Tints of Lavender Rose #F2AADB
RGB
CMYK
RGB Variations
Color information
#F2AADB (or 0xF2AADB) is known color: Lavender Rose. HEX triplet: F2, AA and DB. RGB value is (242,170,219). Sum of RGB (Red+Green+Blue) = 242+170+219=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AADB is #0D5524. Grayscale: #C4C4C4. Windows color (decimal): -873765 or 14396146. OLE color: 14396146.
HSL color Cylindrical-coordinate representation of color #F2AADB: hue angle of 319.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2AADB is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 219 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.05 |
| HSL | 319.17º | 0.73% | 0.81% | - |
| HSV(B) | 319.17º | 0.3% | 0.95% | - |
| XYZ | 63.78 | 52.74 | 73.84 | - |
| YUV | 197.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 219 | 0 | 0.30 | 0.10 | 0.05 | 319.17 | 0.73 | 0.81 |
| Hex | F2 | AA | DB | 0 | 1E | A | 5 | 13F | 49 | 51 |
| Octal | 362 | 252 | 333 | 0 | 36 | 12 | 5 | 477 | 111 | 121 |
| Binary | 11110010 | 10101010 | 11011011 | 0 | 11110 | 1010 | 101 | 100111111 | 1001001 | 1010001 |
Color Harmonies of #F2AADB
Complementary color
Monochromatic Colors of #F2AADB
Black with #F2AADB
Text Example
Text Example
White with #F2AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AADB; }
p { color: rgb(242,170,219); }
H1.HeaderClassName
{
color: #F2AADB;
}
.AnyTagClassName
{
color: #F2AADB;
}
</style>
background-color css
<style>
a { background-color: #F2AADB; }
a { background-color: rgb(242,170,219); }
div.DivClassName
{
background-color: #F2AADB;
}
.BgClassName
{
background-color: #F2AADB;
}
</style>
border-color css
<style>
span { border-color: #F2AADB; }
span { border-color: rgb(242,170,219); }
td.TdClassName
{
border-color: #F2AADB;
}
.TagClassName
{
border-color: #F2AADB;
}
</style>