Shades of Lavender Rose #F2A1DB
Tints of Lavender Rose #F2A1DB
RGB
CMYK
RGB Variations
Color information
#F2A1DB (or 0xF2A1DB) is known color: Lavender Rose. HEX triplet: F2, A1 and DB. RGB value is (242,161,219). Sum of RGB (Red+Green+Blue) = 242+161+219=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 161 (63.28% from 255 or 25.88% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A1DB is #0D5E24. Grayscale: #BFBFBF. Windows color (decimal): -876069 or 14393842. OLE color: 14393842.
HSL color Cylindrical-coordinate representation of color #F2A1DB: hue angle of 317.04º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2A1DB is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 161 | 219 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.05 |
| HSL | 317.04º | 0.76% | 0.79% | - |
| HSV(B) | 317.04º | 0.33% | 0.95% | - |
| XYZ | 62.15 | 49.48 | 73.29 | - |
| YUV | 191.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 219 | 0 | 0.33 | 0.10 | 0.05 | 317.04 | 0.76 | 0.79 |
| Hex | F2 | A1 | DB | 0 | 21 | A | 5 | 13D | 4C | 4F |
| Octal | 362 | 241 | 333 | 0 | 41 | 12 | 5 | 475 | 114 | 117 |
| Binary | 11110010 | 10100001 | 11011011 | 0 | 100001 | 1010 | 101 | 100111101 | 1001100 | 1001111 |
Color Harmonies of #F2A1DB
Complementary color
Monochromatic Colors of #F2A1DB
Black with #F2A1DB
Text Example
Text Example
White with #F2A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A1DB; }
p { color: rgb(242,161,219); }
H1.HeaderClassName
{
color: #F2A1DB;
}
.AnyTagClassName
{
color: #F2A1DB;
}
</style>
background-color css
<style>
a { background-color: #F2A1DB; }
a { background-color: rgb(242,161,219); }
div.DivClassName
{
background-color: #F2A1DB;
}
.BgClassName
{
background-color: #F2A1DB;
}
</style>
border-color css
<style>
span { border-color: #F2A1DB; }
span { border-color: rgb(242,161,219); }
td.TdClassName
{
border-color: #F2A1DB;
}
.TagClassName
{
border-color: #F2A1DB;
}
</style>