Shades of Lavender Rose #F29BD5
Tints of Lavender Rose #F29BD5
RGB
CMYK
RGB Variations
Color information
#F29BD5 (or 0xF29BD5) is known color: Lavender Rose. HEX triplet: F2, 9B and D5. RGB value is (242,155,213). Sum of RGB (Red+Green+Blue) = 242+155+213=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29BD5 is #0D642A. Grayscale: #BBBBBB. Windows color (decimal): -877611 or 13999090. OLE color: 13999090.
HSL color Cylindrical-coordinate representation of color #F29BD5: hue angle of 320º 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 #F29BD5 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 155 | 213 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.05 |
| HSL | 320º | 0.77% | 0.78% | - |
| HSV(B) | 320º | 0.36% | 0.95% | - |
| XYZ | 60.35 | 47.12 | 68.87 | - |
| YUV | 187.63 | 142.32 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 155 | 213 | 0 | 0.36 | 0.12 | 0.05 | 320 | 0.77 | 0.78 |
| Hex | F2 | 9B | D5 | 0 | 24 | C | 5 | 140 | 4D | 4E |
| Octal | 362 | 233 | 325 | 0 | 44 | 14 | 5 | 500 | 115 | 116 |
| Binary | 11110010 | 10011011 | 11010101 | 0 | 100100 | 1100 | 101 | 101000000 | 1001101 | 1001110 |
Color Harmonies of #F29BD5
Complementary color
Monochromatic Colors of #F29BD5
Black with #F29BD5
Text Example
Text Example
White with #F29BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29BD5; }
p { color: rgb(242,155,213); }
H1.HeaderClassName
{
color: #F29BD5;
}
.AnyTagClassName
{
color: #F29BD5;
}
</style>
background-color css
<style>
a { background-color: #F29BD5; }
a { background-color: rgb(242,155,213); }
div.DivClassName
{
background-color: #F29BD5;
}
.BgClassName
{
background-color: #F29BD5;
}
</style>
border-color css
<style>
span { border-color: #F29BD5; }
span { border-color: rgb(242,155,213); }
td.TdClassName
{
border-color: #F29BD5;
}
.TagClassName
{
border-color: #F29BD5;
}
</style>