Shades of Lavender Rose #F29CE5
Tints of Lavender Rose #F29CE5
RGB
CMYK
RGB Variations
Color information
#F29CE5 (or 0xF29CE5) is known color: Lavender Rose. HEX triplet: F2, 9C and E5. RGB value is (242,156,229). Sum of RGB (Red+Green+Blue) = 242+156+229=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 156 (61.33% from 255 or 24.88% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29CE5 is #0D631A. Grayscale: #BDBDBD. Windows color (decimal): -877339 or 15047922. OLE color: 15047922.
HSL color Cylindrical-coordinate representation of color #F29CE5: hue angle of 309.07º 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 #F29CE5 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 229 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.05 |
| HSL | 309.07º | 0.77% | 0.78% | - |
| HSV(B) | 309.07º | 0.36% | 0.95% | - |
| XYZ | 62.65 | 48.31 | 80.15 | - |
| YUV | 190.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 229 | 0 | 0.36 | 0.05 | 0.05 | 309.07 | 0.77 | 0.78 |
| Hex | F2 | 9C | E5 | 0 | 24 | 5 | 5 | 135 | 4D | 4E |
| Octal | 362 | 234 | 345 | 0 | 44 | 5 | 5 | 465 | 115 | 116 |
| Binary | 11110010 | 10011100 | 11100101 | 0 | 100100 | 101 | 101 | 100110101 | 1001101 | 1001110 |
Color Harmonies of #F29CE5
Complementary color
Monochromatic Colors of #F29CE5
Black with #F29CE5
Text Example
Text Example
White with #F29CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29CE5; }
p { color: rgb(242,156,229); }
H1.HeaderClassName
{
color: #F29CE5;
}
.AnyTagClassName
{
color: #F29CE5;
}
</style>
background-color css
<style>
a { background-color: #F29CE5; }
a { background-color: rgb(242,156,229); }
div.DivClassName
{
background-color: #F29CE5;
}
.BgClassName
{
background-color: #F29CE5;
}
</style>
border-color css
<style>
span { border-color: #F29CE5; }
span { border-color: rgb(242,156,229); }
td.TdClassName
{
border-color: #F29CE5;
}
.TagClassName
{
border-color: #F29CE5;
}
</style>