Shades of Lavender Rose #F29CEE
Tints of Lavender Rose #F29CEE
RGB
CMYK
RGB Variations
Color information
#F29CEE (or 0xF29CEE) is known color: Lavender Rose. HEX triplet: F2, 9C and EE. RGB value is (242,156,238). Sum of RGB (Red+Green+Blue) = 242+156+238=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 156 (61.33% from 255 or 24.53% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29CEE is #0D6311. Grayscale: #BEBEBE. Windows color (decimal): -877330 or 15637746. OLE color: 15637746.
HSL color Cylindrical-coordinate representation of color #F29CEE: hue angle of 302.79º 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 #F29CEE is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 238 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.05 |
| HSL | 302.79º | 0.77% | 0.78% | - |
| HSV(B) | 302.79º | 0.36% | 0.95% | - |
| XYZ | 63.94 | 48.83 | 86.94 | - |
| YUV | 191.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 238 | 0 | 0.36 | 0.02 | 0.05 | 302.79 | 0.77 | 0.78 |
| Hex | F2 | 9C | EE | 0 | 24 | 2 | 5 | 12F | 4D | 4E |
| Octal | 362 | 234 | 356 | 0 | 44 | 2 | 5 | 457 | 115 | 116 |
| Binary | 11110010 | 10011100 | 11101110 | 0 | 100100 | 10 | 101 | 100101111 | 1001101 | 1001110 |
Color Harmonies of #F29CEE
Complementary color
Monochromatic Colors of #F29CEE
Black with #F29CEE
Text Example
Text Example
White with #F29CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29CEE; }
p { color: rgb(242,156,238); }
H1.HeaderClassName
{
color: #F29CEE;
}
.AnyTagClassName
{
color: #F29CEE;
}
</style>
background-color css
<style>
a { background-color: #F29CEE; }
a { background-color: rgb(242,156,238); }
div.DivClassName
{
background-color: #F29CEE;
}
.BgClassName
{
background-color: #F29CEE;
}
</style>
border-color css
<style>
span { border-color: #F29CEE; }
span { border-color: rgb(242,156,238); }
td.TdClassName
{
border-color: #F29CEE;
}
.TagClassName
{
border-color: #F29CEE;
}
</style>