Shades of Lavender Rose #F29BDC
Tints of Lavender Rose #F29BDC
RGB
CMYK
RGB Variations
Color information
#F29BDC (or 0xF29BDC) is known color: Lavender Rose. HEX triplet: F2, 9B and DC. RGB value is (242,155,220). Sum of RGB (Red+Green+Blue) = 242+155+220=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 155 (60.94% from 255 or 25.12% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29BDC is #0D6423. Grayscale: #BCBCBC. Windows color (decimal): -877604 or 14457842. OLE color: 14457842.
HSL color Cylindrical-coordinate representation of color #F29BDC: hue angle of 315.17º 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 #F29BDC is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 155 | 220 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.05 |
| HSL | 315.17º | 0.77% | 0.78% | - |
| HSV(B) | 315.17º | 0.36% | 0.95% | - |
| XYZ | 61.26 | 47.49 | 73.65 | - |
| YUV | 188.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 155 | 220 | 0 | 0.36 | 0.09 | 0.05 | 315.17 | 0.77 | 0.78 |
| Hex | F2 | 9B | DC | 0 | 24 | 9 | 5 | 13B | 4D | 4E |
| Octal | 362 | 233 | 334 | 0 | 44 | 11 | 5 | 473 | 115 | 116 |
| Binary | 11110010 | 10011011 | 11011100 | 0 | 100100 | 1001 | 101 | 100111011 | 1001101 | 1001110 |
Color Harmonies of #F29BDC
Complementary color
Monochromatic Colors of #F29BDC
Black with #F29BDC
Text Example
Text Example
White with #F29BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29BDC; }
p { color: rgb(242,155,220); }
H1.HeaderClassName
{
color: #F29BDC;
}
.AnyTagClassName
{
color: #F29BDC;
}
</style>
background-color css
<style>
a { background-color: #F29BDC; }
a { background-color: rgb(242,155,220); }
div.DivClassName
{
background-color: #F29BDC;
}
.BgClassName
{
background-color: #F29BDC;
}
</style>
border-color css
<style>
span { border-color: #F29BDC; }
span { border-color: rgb(242,155,220); }
td.TdClassName
{
border-color: #F29BDC;
}
.TagClassName
{
border-color: #F29BDC;
}
</style>