Shades of Lavender Rose #F29BDF
Tints of Lavender Rose #F29BDF
RGB
CMYK
RGB Variations
Color information
#F29BDF (or 0xF29BDF) is known color: Lavender Rose. HEX triplet: F2, 9B and DF. RGB value is (242,155,223). Sum of RGB (Red+Green+Blue) = 242+155+223=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 155 (60.94% from 255 or 25% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29BDF is #0D6420. Grayscale: #BCBCBC. Windows color (decimal): -877601 or 14654450. OLE color: 14654450.
HSL color Cylindrical-coordinate representation of color #F29BDF: hue angle of 313.1º 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 #F29BDF is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 155 | 223 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.05 |
| HSL | 313.1º | 0.77% | 0.78% | - |
| HSV(B) | 313.1º | 0.36% | 0.95% | - |
| XYZ | 61.66 | 47.65 | 75.76 | - |
| YUV | 188.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 155 | 223 | 0 | 0.36 | 0.08 | 0.05 | 313.1 | 0.77 | 0.78 |
| Hex | F2 | 9B | DF | 0 | 24 | 8 | 5 | 139 | 4D | 4E |
| Octal | 362 | 233 | 337 | 0 | 44 | 10 | 5 | 471 | 115 | 116 |
| Binary | 11110010 | 10011011 | 11011111 | 0 | 100100 | 1000 | 101 | 100111001 | 1001101 | 1001110 |
Color Harmonies of #F29BDF
Complementary color
Monochromatic Colors of #F29BDF
Black with #F29BDF
Text Example
Text Example
White with #F29BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29BDF; }
p { color: rgb(242,155,223); }
H1.HeaderClassName
{
color: #F29BDF;
}
.AnyTagClassName
{
color: #F29BDF;
}
</style>
background-color css
<style>
a { background-color: #F29BDF; }
a { background-color: rgb(242,155,223); }
div.DivClassName
{
background-color: #F29BDF;
}
.BgClassName
{
background-color: #F29BDF;
}
</style>
border-color css
<style>
span { border-color: #F29BDF; }
span { border-color: rgb(242,155,223); }
td.TdClassName
{
border-color: #F29BDF;
}
.TagClassName
{
border-color: #F29BDF;
}
</style>