Shades of Lavender Rose #F2A9DB
Tints of Lavender Rose #F2A9DB
RGB
CMYK
RGB Variations
Color information
#F2A9DB (or 0xF2A9DB) is known color: Lavender Rose. HEX triplet: F2, A9 and DB. RGB value is (242,169,219). Sum of RGB (Red+Green+Blue) = 242+169+219=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 169 (66.41% from 255 or 26.83% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A9DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A9DB is #0D5624. Grayscale: #C4C4C4. Windows color (decimal): -874021 or 14395890. OLE color: 14395890.
HSL color Cylindrical-coordinate representation of color #F2A9DB: hue angle of 318.9º degrees, saturation: 0.74, 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 #F2A9DB is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 219 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.05 |
| HSL | 318.9º | 0.74% | 0.81% | - |
| HSV(B) | 318.9º | 0.3% | 0.95% | - |
| XYZ | 63.59 | 52.37 | 73.77 | - |
| YUV | 196.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 219 | 0 | 0.30 | 0.10 | 0.05 | 318.9 | 0.74 | 0.81 |
| Hex | F2 | A9 | DB | 0 | 1E | A | 5 | 13F | 4A | 51 |
| Octal | 362 | 251 | 333 | 0 | 36 | 12 | 5 | 477 | 112 | 121 |
| Binary | 11110010 | 10101001 | 11011011 | 0 | 11110 | 1010 | 101 | 100111111 | 1001010 | 1010001 |
Color Harmonies of #F2A9DB
Complementary color
Monochromatic Colors of #F2A9DB
Black with #F2A9DB
Text Example
Text Example
White with #F2A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A9DB; }
p { color: rgb(242,169,219); }
H1.HeaderClassName
{
color: #F2A9DB;
}
.AnyTagClassName
{
color: #F2A9DB;
}
</style>
background-color css
<style>
a { background-color: #F2A9DB; }
a { background-color: rgb(242,169,219); }
div.DivClassName
{
background-color: #F2A9DB;
}
.BgClassName
{
background-color: #F2A9DB;
}
</style>
border-color css
<style>
span { border-color: #F2A9DB; }
span { border-color: rgb(242,169,219); }
td.TdClassName
{
border-color: #F2A9DB;
}
.TagClassName
{
border-color: #F2A9DB;
}
</style>