Shades of Lavender Rose #F29FDD
Tints of Lavender Rose #F29FDD
RGB
CMYK
RGB Variations
Color information
#F29FDD (or 0xF29FDD) is known color: Lavender Rose. HEX triplet: F2, 9F and DD. RGB value is (242,159,221). Sum of RGB (Red+Green+Blue) = 242+159+221=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 159 (62.5% from 255 or 25.56% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29FDD is #0D6022. Grayscale: #BEBEBE. Windows color (decimal): -876579 or 14524402. OLE color: 14524402.
HSL color Cylindrical-coordinate representation of color #F29FDD: hue angle of 315.18º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F29FDD is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 221 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.05 |
| HSL | 315.18º | 0.76% | 0.79% | - |
| HSV(B) | 315.18º | 0.34% | 0.95% | - |
| XYZ | 62.07 | 48.89 | 74.57 | - |
| YUV | 190.89 | 145 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 221 | 0 | 0.34 | 0.09 | 0.05 | 315.18 | 0.76 | 0.79 |
| Hex | F2 | 9F | DD | 0 | 22 | 9 | 5 | 13B | 4C | 4F |
| Octal | 362 | 237 | 335 | 0 | 42 | 11 | 5 | 473 | 114 | 117 |
| Binary | 11110010 | 10011111 | 11011101 | 0 | 100010 | 1001 | 101 | 100111011 | 1001100 | 1001111 |
Color Harmonies of #F29FDD
Complementary color
Monochromatic Colors of #F29FDD
Black with #F29FDD
Text Example
Text Example
White with #F29FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29FDD; }
p { color: rgb(242,159,221); }
H1.HeaderClassName
{
color: #F29FDD;
}
.AnyTagClassName
{
color: #F29FDD;
}
</style>
background-color css
<style>
a { background-color: #F29FDD; }
a { background-color: rgb(242,159,221); }
div.DivClassName
{
background-color: #F29FDD;
}
.BgClassName
{
background-color: #F29FDD;
}
</style>
border-color css
<style>
span { border-color: #F29FDD; }
span { border-color: rgb(242,159,221); }
td.TdClassName
{
border-color: #F29FDD;
}
.TagClassName
{
border-color: #F29FDD;
}
</style>