Shades of Lavender Rose #F29BD6
Tints of Lavender Rose #F29BD6
RGB
CMYK
RGB Variations
Color information
#F29BD6 (or 0xF29BD6) is known color: Lavender Rose. HEX triplet: F2, 9B and D6. RGB value is (242,155,214). Sum of RGB (Red+Green+Blue) = 242+155+214=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 155 (60.94% from 255 or 25.37% from 611); Blue value is 214 (83.98% from 255 or 35.02% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29BD6 is #0D6429. Grayscale: #BBBBBB. Windows color (decimal): -877610 or 14064626. OLE color: 14064626.
HSL color Cylindrical-coordinate representation of color #F29BD6: hue angle of 319.31º 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 #F29BD6 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 155 | 214 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.05 |
| HSL | 319.31º | 0.77% | 0.78% | - |
| HSV(B) | 319.31º | 0.36% | 0.95% | - |
| XYZ | 60.48 | 47.17 | 69.54 | - |
| YUV | 187.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 155 | 214 | 0 | 0.36 | 0.12 | 0.05 | 319.31 | 0.77 | 0.78 |
| Hex | F2 | 9B | D6 | 0 | 24 | C | 5 | 13F | 4D | 4E |
| Octal | 362 | 233 | 326 | 0 | 44 | 14 | 5 | 477 | 115 | 116 |
| Binary | 11110010 | 10011011 | 11010110 | 0 | 100100 | 1100 | 101 | 100111111 | 1001101 | 1001110 |
Color Harmonies of #F29BD6
Complementary color
Monochromatic Colors of #F29BD6
Black with #F29BD6
Text Example
Text Example
White with #F29BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29BD6; }
p { color: rgb(242,155,214); }
H1.HeaderClassName
{
color: #F29BD6;
}
.AnyTagClassName
{
color: #F29BD6;
}
</style>
background-color css
<style>
a { background-color: #F29BD6; }
a { background-color: rgb(242,155,214); }
div.DivClassName
{
background-color: #F29BD6;
}
.BgClassName
{
background-color: #F29BD6;
}
</style>
border-color css
<style>
span { border-color: #F29BD6; }
span { border-color: rgb(242,155,214); }
td.TdClassName
{
border-color: #F29BD6;
}
.TagClassName
{
border-color: #F29BD6;
}
</style>