Shades of Lavender Rose #F29CEF
Tints of Lavender Rose #F29CEF
RGB
CMYK
RGB Variations
Color information
#F29CEF (or 0xF29CEF) is known color: Lavender Rose. HEX triplet: F2, 9C and EF. RGB value is (242,156,239). Sum of RGB (Red+Green+Blue) = 242+156+239=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 156 (61.33% from 255 or 24.49% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29CEF is #0D6310. Grayscale: #BEBEBE. Windows color (decimal): -877329 or 15703282. OLE color: 15703282.
HSL color Cylindrical-coordinate representation of color #F29CEF: hue angle of 302.09º 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 #F29CEF is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 239 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.05 |
| HSL | 302.09º | 0.77% | 0.78% | - |
| HSV(B) | 302.09º | 0.36% | 0.95% | - |
| XYZ | 64.09 | 48.89 | 87.72 | - |
| YUV | 191.18 | 154.99 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 239 | 0 | 0.36 | 0.01 | 0.05 | 302.09 | 0.77 | 0.78 |
| Hex | F2 | 9C | EF | 0 | 24 | 1 | 5 | 12E | 4D | 4E |
| Octal | 362 | 234 | 357 | 0 | 44 | 1 | 5 | 456 | 115 | 116 |
| Binary | 11110010 | 10011100 | 11101111 | 0 | 100100 | 1 | 101 | 100101110 | 1001101 | 1001110 |
Color Harmonies of #F29CEF
Complementary color
Monochromatic Colors of #F29CEF
Black with #F29CEF
Text Example
Text Example
White with #F29CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29CEF; }
p { color: rgb(242,156,239); }
H1.HeaderClassName
{
color: #F29CEF;
}
.AnyTagClassName
{
color: #F29CEF;
}
</style>
background-color css
<style>
a { background-color: #F29CEF; }
a { background-color: rgb(242,156,239); }
div.DivClassName
{
background-color: #F29CEF;
}
.BgClassName
{
background-color: #F29CEF;
}
</style>
border-color css
<style>
span { border-color: #F29CEF; }
span { border-color: rgb(242,156,239); }
td.TdClassName
{
border-color: #F29CEF;
}
.TagClassName
{
border-color: #F29CEF;
}
</style>