Shades of Lavender Rose #F29AD2
Tints of Lavender Rose #F29AD2
RGB
CMYK
RGB Variations
Color information
#F29AD2 (or 0xF29AD2) is known color: Lavender Rose. HEX triplet: F2, 9A and D2. RGB value is (242,154,210). Sum of RGB (Red+Green+Blue) = 242+154+210=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F29AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29AD2 is #0D652D. Grayscale: #BABABA. Windows color (decimal): -877870 or 13802226. OLE color: 13802226.
HSL color Cylindrical-coordinate representation of color #F29AD2: hue angle of 321.82º 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 #F29AD2 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 154 | 210 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.05 |
| HSL | 321.82º | 0.77% | 0.78% | - |
| HSV(B) | 321.82º | 0.36% | 0.95% | - |
| XYZ | 59.81 | 46.64 | 66.82 | - |
| YUV | 186.7 | 141.15 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 154 | 210 | 0 | 0.36 | 0.13 | 0.05 | 321.82 | 0.77 | 0.78 |
| Hex | F2 | 9A | D2 | 0 | 24 | D | 5 | 142 | 4D | 4E |
| Octal | 362 | 232 | 322 | 0 | 44 | 15 | 5 | 502 | 115 | 116 |
| Binary | 11110010 | 10011010 | 11010010 | 0 | 100100 | 1101 | 101 | 101000010 | 1001101 | 1001110 |
Color Harmonies of #F29AD2
Complementary color
Monochromatic Colors of #F29AD2
Black with #F29AD2
Text Example
Text Example
White with #F29AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29AD2; }
p { color: rgb(242,154,210); }
H1.HeaderClassName
{
color: #F29AD2;
}
.AnyTagClassName
{
color: #F29AD2;
}
</style>
background-color css
<style>
a { background-color: #F29AD2; }
a { background-color: rgb(242,154,210); }
div.DivClassName
{
background-color: #F29AD2;
}
.BgClassName
{
background-color: #F29AD2;
}
</style>
border-color css
<style>
span { border-color: #F29AD2; }
span { border-color: rgb(242,154,210); }
td.TdClassName
{
border-color: #F29AD2;
}
.TagClassName
{
border-color: #F29AD2;
}
</style>