Shades of Lavender Rose #F29AD1
Tints of Lavender Rose #F29AD1
RGB
CMYK
RGB Variations
Color information
#F29AD1 (or 0xF29AD1) is known color: Lavender Rose. HEX triplet: F2, 9A and D1. RGB value is (242,154,209). Sum of RGB (Red+Green+Blue) = 242+154+209=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F29AD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29AD1 is #0D652E. Grayscale: #BABABA. Windows color (decimal): -877871 or 13736690. OLE color: 13736690.
HSL color Cylindrical-coordinate representation of color #F29AD1: hue angle of 322.5º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F29AD1 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 154 | 209 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.05 |
| HSL | 322.5º | 0.77% | 0.78% | - |
| HSV(B) | 322.5º | 0.36% | 0.95% | - |
| XYZ | 59.68 | 46.59 | 66.17 | - |
| YUV | 186.58 | 140.65 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 154 | 209 | 0 | 0.36 | 0.14 | 0.05 | 322.5 | 0.77 | 0.78 |
| Hex | F2 | 9A | D1 | 0 | 24 | E | 5 | 142 | 4D | 4E |
| Octal | 362 | 232 | 321 | 0 | 44 | 16 | 5 | 502 | 115 | 116 |
| Binary | 11110010 | 10011010 | 11010001 | 0 | 100100 | 1110 | 101 | 101000010 | 1001101 | 1001110 |
Color Harmonies of #F29AD1
Complementary color
Monochromatic Colors of #F29AD1
Black with #F29AD1
Text Example
Text Example
White with #F29AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29AD1; }
p { color: rgb(242,154,209); }
H1.HeaderClassName
{
color: #F29AD1;
}
.AnyTagClassName
{
color: #F29AD1;
}
</style>
background-color css
<style>
a { background-color: #F29AD1; }
a { background-color: rgb(242,154,209); }
div.DivClassName
{
background-color: #F29AD1;
}
.BgClassName
{
background-color: #F29AD1;
}
</style>
border-color css
<style>
span { border-color: #F29AD1; }
span { border-color: rgb(242,154,209); }
td.TdClassName
{
border-color: #F29AD1;
}
.TagClassName
{
border-color: #F29AD1;
}
</style>