Shades of Lavender Rose #F2AADA
Tints of Lavender Rose #F2AADA
RGB
CMYK
RGB Variations
Color information
#F2AADA (or 0xF2AADA) is known color: Lavender Rose. HEX triplet: F2, AA and DA. RGB value is (242,170,218). Sum of RGB (Red+Green+Blue) = 242+170+218=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AADA is #0D5525. Grayscale: #C4C4C4. Windows color (decimal): -873766 or 14330610. OLE color: 14330610.
HSL color Cylindrical-coordinate representation of color #F2AADA: hue angle of 320º 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 #F2AADA is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 218 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.05 |
| HSL | 320º | 0.73% | 0.81% | - |
| HSV(B) | 320º | 0.3% | 0.95% | - |
| XYZ | 63.65 | 52.69 | 73.15 | - |
| YUV | 197 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 218 | 0 | 0.30 | 0.10 | 0.05 | 320 | 0.73 | 0.81 |
| Hex | F2 | AA | DA | 0 | 1E | A | 5 | 140 | 49 | 51 |
| Octal | 362 | 252 | 332 | 0 | 36 | 12 | 5 | 500 | 111 | 121 |
| Binary | 11110010 | 10101010 | 11011010 | 0 | 11110 | 1010 | 101 | 101000000 | 1001001 | 1010001 |
Color Harmonies of #F2AADA
Complementary color
Monochromatic Colors of #F2AADA
Black with #F2AADA
Text Example
Text Example
White with #F2AADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AADA; }
p { color: rgb(242,170,218); }
H1.HeaderClassName
{
color: #F2AADA;
}
.AnyTagClassName
{
color: #F2AADA;
}
</style>
background-color css
<style>
a { background-color: #F2AADA; }
a { background-color: rgb(242,170,218); }
div.DivClassName
{
background-color: #F2AADA;
}
.BgClassName
{
background-color: #F2AADA;
}
</style>
border-color css
<style>
span { border-color: #F2AADA; }
span { border-color: rgb(242,170,218); }
td.TdClassName
{
border-color: #F2AADA;
}
.TagClassName
{
border-color: #F2AADA;
}
</style>