Shades of Lavender Rose #F29ADF
Tints of Lavender Rose #F29ADF
RGB
CMYK
RGB Variations
Color information
#F29ADF (or 0xF29ADF) is known color: Lavender Rose. HEX triplet: F2, 9A and DF. RGB value is (242,154,223). Sum of RGB (Red+Green+Blue) = 242+154+223=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 154 (60.55% from 255 or 24.88% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F29ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29ADF is #0D6520. Grayscale: #BBBBBB. Windows color (decimal): -877857 or 14654194. OLE color: 14654194.
HSL color Cylindrical-coordinate representation of color #F29ADF: hue angle of 312.95º 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 #F29ADF is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 154 | 223 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.05 |
| HSL | 312.95º | 0.77% | 0.78% | - |
| HSV(B) | 312.95º | 0.36% | 0.95% | - |
| XYZ | 61.49 | 47.32 | 75.7 | - |
| YUV | 188.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 154 | 223 | 0 | 0.36 | 0.08 | 0.05 | 312.95 | 0.77 | 0.78 |
| Hex | F2 | 9A | DF | 0 | 24 | 8 | 5 | 139 | 4D | 4E |
| Octal | 362 | 232 | 337 | 0 | 44 | 10 | 5 | 471 | 115 | 116 |
| Binary | 11110010 | 10011010 | 11011111 | 0 | 100100 | 1000 | 101 | 100111001 | 1001101 | 1001110 |
Color Harmonies of #F29ADF
Complementary color
Monochromatic Colors of #F29ADF
Black with #F29ADF
Text Example
Text Example
White with #F29ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29ADF; }
p { color: rgb(242,154,223); }
H1.HeaderClassName
{
color: #F29ADF;
}
.AnyTagClassName
{
color: #F29ADF;
}
</style>
background-color css
<style>
a { background-color: #F29ADF; }
a { background-color: rgb(242,154,223); }
div.DivClassName
{
background-color: #F29ADF;
}
.BgClassName
{
background-color: #F29ADF;
}
</style>
border-color css
<style>
span { border-color: #F29ADF; }
span { border-color: rgb(242,154,223); }
td.TdClassName
{
border-color: #F29ADF;
}
.TagClassName
{
border-color: #F29ADF;
}
</style>