Shades of Lavender Rose #F29BDA
Tints of Lavender Rose #F29BDA
RGB
CMYK
RGB Variations
Color information
#F29BDA (or 0xF29BDA) is known color: Lavender Rose. HEX triplet: F2, 9B and DA. RGB value is (242,155,218). Sum of RGB (Red+Green+Blue) = 242+155+218=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29BDA is #0D6425. Grayscale: #BCBCBC. Windows color (decimal): -877606 or 14326770. OLE color: 14326770.
HSL color Cylindrical-coordinate representation of color #F29BDA: hue angle of 316.55º 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 #F29BDA is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 155 | 218 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.05 |
| HSL | 316.55º | 0.77% | 0.78% | - |
| HSV(B) | 316.55º | 0.36% | 0.95% | - |
| XYZ | 60.99 | 47.38 | 72.26 | - |
| YUV | 188.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 155 | 218 | 0 | 0.36 | 0.10 | 0.05 | 316.55 | 0.77 | 0.78 |
| Hex | F2 | 9B | DA | 0 | 24 | A | 5 | 13D | 4D | 4E |
| Octal | 362 | 233 | 332 | 0 | 44 | 12 | 5 | 475 | 115 | 116 |
| Binary | 11110010 | 10011011 | 11011010 | 0 | 100100 | 1010 | 101 | 100111101 | 1001101 | 1001110 |
Color Harmonies of #F29BDA
Complementary color
Monochromatic Colors of #F29BDA
Black with #F29BDA
Text Example
Text Example
White with #F29BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29BDA; }
p { color: rgb(242,155,218); }
H1.HeaderClassName
{
color: #F29BDA;
}
.AnyTagClassName
{
color: #F29BDA;
}
</style>
background-color css
<style>
a { background-color: #F29BDA; }
a { background-color: rgb(242,155,218); }
div.DivClassName
{
background-color: #F29BDA;
}
.BgClassName
{
background-color: #F29BDA;
}
</style>
border-color css
<style>
span { border-color: #F29BDA; }
span { border-color: rgb(242,155,218); }
td.TdClassName
{
border-color: #F29BDA;
}
.TagClassName
{
border-color: #F29BDA;
}
</style>