Shades of Lavender Rose #F29CE3
Tints of Lavender Rose #F29CE3
RGB
CMYK
RGB Variations
Color information
#F29CE3 (or 0xF29CE3) is known color: Lavender Rose. HEX triplet: F2, 9C and E3. RGB value is (242,156,227). Sum of RGB (Red+Green+Blue) = 242+156+227=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 156 (61.33% from 255 or 24.96% from 625); Blue value is 227 (89.06% from 255 or 36.32% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29CE3 is #0D631C. Grayscale: #BDBDBD. Windows color (decimal): -877341 or 14916850. OLE color: 14916850.
HSL color Cylindrical-coordinate representation of color #F29CE3: hue angle of 310.47º 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 #F29CE3 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 227 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.05 |
| HSL | 310.47º | 0.77% | 0.78% | - |
| HSV(B) | 310.47º | 0.36% | 0.95% | - |
| XYZ | 62.37 | 48.2 | 78.69 | - |
| YUV | 189.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 227 | 0 | 0.36 | 0.06 | 0.05 | 310.47 | 0.77 | 0.78 |
| Hex | F2 | 9C | E3 | 0 | 24 | 6 | 5 | 136 | 4D | 4E |
| Octal | 362 | 234 | 343 | 0 | 44 | 6 | 5 | 466 | 115 | 116 |
| Binary | 11110010 | 10011100 | 11100011 | 0 | 100100 | 110 | 101 | 100110110 | 1001101 | 1001110 |
Color Harmonies of #F29CE3
Complementary color
Monochromatic Colors of #F29CE3
Black with #F29CE3
Text Example
Text Example
White with #F29CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29CE3; }
p { color: rgb(242,156,227); }
H1.HeaderClassName
{
color: #F29CE3;
}
.AnyTagClassName
{
color: #F29CE3;
}
</style>
background-color css
<style>
a { background-color: #F29CE3; }
a { background-color: rgb(242,156,227); }
div.DivClassName
{
background-color: #F29CE3;
}
.BgClassName
{
background-color: #F29CE3;
}
</style>
border-color css
<style>
span { border-color: #F29CE3; }
span { border-color: rgb(242,156,227); }
td.TdClassName
{
border-color: #F29CE3;
}
.TagClassName
{
border-color: #F29CE3;
}
</style>