Shades of Lavender Rose #F2A9ED
Tints of Lavender Rose #F2A9ED
RGB
CMYK
RGB Variations
Color information
#F2A9ED (or 0xF2A9ED) is known color: Lavender Rose. HEX triplet: F2, A9 and ED. RGB value is (242,169,237). Sum of RGB (Red+Green+Blue) = 242+169+237=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 169 (66.41% from 255 or 26.08% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A9ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A9ED is #0D5612. Grayscale: #C6C6C6. Windows color (decimal): -874003 or 15575538. OLE color: 15575538.
HSL color Cylindrical-coordinate representation of color #F2A9ED: hue angle of 304.11º 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 #F2A9ED is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 237 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.05 |
| HSL | 304.11º | 0.74% | 0.81% | - |
| HSV(B) | 304.11º | 0.3% | 0.95% | - |
| XYZ | 66.09 | 53.37 | 86.94 | - |
| YUV | 198.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 237 | 0 | 0.30 | 0.02 | 0.05 | 304.11 | 0.74 | 0.81 |
| Hex | F2 | A9 | ED | 0 | 1E | 2 | 5 | 130 | 4A | 51 |
| Octal | 362 | 251 | 355 | 0 | 36 | 2 | 5 | 460 | 112 | 121 |
| Binary | 11110010 | 10101001 | 11101101 | 0 | 11110 | 10 | 101 | 100110000 | 1001010 | 1010001 |
Color Harmonies of #F2A9ED
Complementary color
Monochromatic Colors of #F2A9ED
Black with #F2A9ED
Text Example
Text Example
White with #F2A9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A9ED; }
p { color: rgb(242,169,237); }
H1.HeaderClassName
{
color: #F2A9ED;
}
.AnyTagClassName
{
color: #F2A9ED;
}
</style>
background-color css
<style>
a { background-color: #F2A9ED; }
a { background-color: rgb(242,169,237); }
div.DivClassName
{
background-color: #F2A9ED;
}
.BgClassName
{
background-color: #F2A9ED;
}
</style>
border-color css
<style>
span { border-color: #F2A9ED; }
span { border-color: rgb(242,169,237); }
td.TdClassName
{
border-color: #F2A9ED;
}
.TagClassName
{
border-color: #F2A9ED;
}
</style>