Shades of Lavender Rose #F2A9DA
Tints of Lavender Rose #F2A9DA
RGB
CMYK
RGB Variations
Color information
#F2A9DA (or 0xF2A9DA) is known color: Lavender Rose. HEX triplet: F2, A9 and DA. RGB value is (242,169,218). Sum of RGB (Red+Green+Blue) = 242+169+218=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 169 (66.41% from 255 or 26.87% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A9DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A9DA is #0D5625. Grayscale: #C4C4C4. Windows color (decimal): -874022 or 14330354. OLE color: 14330354.
HSL color Cylindrical-coordinate representation of color #F2A9DA: hue angle of 319.73º 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 #F2A9DA is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 218 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.05 |
| HSL | 319.73º | 0.74% | 0.81% | - |
| HSV(B) | 319.73º | 0.3% | 0.95% | - |
| XYZ | 63.46 | 52.32 | 73.08 | - |
| YUV | 196.41 | 140.18 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 218 | 0 | 0.30 | 0.10 | 0.05 | 319.73 | 0.74 | 0.81 |
| Hex | F2 | A9 | DA | 0 | 1E | A | 5 | 140 | 4A | 51 |
| Octal | 362 | 251 | 332 | 0 | 36 | 12 | 5 | 500 | 112 | 121 |
| Binary | 11110010 | 10101001 | 11011010 | 0 | 11110 | 1010 | 101 | 101000000 | 1001010 | 1010001 |
Color Harmonies of #F2A9DA
Complementary color
Monochromatic Colors of #F2A9DA
Black with #F2A9DA
Text Example
Text Example
White with #F2A9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A9DA; }
p { color: rgb(242,169,218); }
H1.HeaderClassName
{
color: #F2A9DA;
}
.AnyTagClassName
{
color: #F2A9DA;
}
</style>
background-color css
<style>
a { background-color: #F2A9DA; }
a { background-color: rgb(242,169,218); }
div.DivClassName
{
background-color: #F2A9DA;
}
.BgClassName
{
background-color: #F2A9DA;
}
</style>
border-color css
<style>
span { border-color: #F2A9DA; }
span { border-color: rgb(242,169,218); }
td.TdClassName
{
border-color: #F2A9DA;
}
.TagClassName
{
border-color: #F2A9DA;
}
</style>