Shades of Lavender Rose #F39CDE
Tints of Lavender Rose #F39CDE
RGB
CMYK
RGB Variations
Color information
#F39CDE (or 0xF39CDE) is known color: Lavender Rose. HEX triplet: F3, 9C and DE. RGB value is (243,156,222). Sum of RGB (Red+Green+Blue) = 243+156+222=621 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.13% from 621); Green value is 156 (61.33% from 255 or 25.12% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 243 - color contains mainly: red. Hex color #F39CDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39CDE is #0C6321. Grayscale: #BDBDBD. Windows color (decimal): -811810 or 14589171. OLE color: 14589171.
HSL color Cylindrical-coordinate representation of color #F39CDE: hue angle of 314.48º degrees, saturation: 0.78, 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 #F39CDE is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 156 | 222 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.05 |
| HSL | 314.48º | 0.78% | 0.78% | - |
| HSV(B) | 314.48º | 0.36% | 0.95% | - |
| XYZ | 62.04 | 48.11 | 75.12 | - |
| YUV | 189.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 156 | 222 | 0 | 0.36 | 0.09 | 0.05 | 314.48 | 0.78 | 0.78 |
| Hex | F3 | 9C | DE | 0 | 24 | 9 | 5 | 13A | 4E | 4E |
| Octal | 363 | 234 | 336 | 0 | 44 | 11 | 5 | 472 | 116 | 116 |
| Binary | 11110011 | 10011100 | 11011110 | 0 | 100100 | 1001 | 101 | 100111010 | 1001110 | 1001110 |
Color Harmonies of #F39CDE
Complementary color
Monochromatic Colors of #F39CDE
Black with #F39CDE
Text Example
Text Example
White with #F39CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39CDE; }
p { color: rgb(243,156,222); }
H1.HeaderClassName
{
color: #F39CDE;
}
.AnyTagClassName
{
color: #F39CDE;
}
</style>
background-color css
<style>
a { background-color: #F39CDE; }
a { background-color: rgb(243,156,222); }
div.DivClassName
{
background-color: #F39CDE;
}
.BgClassName
{
background-color: #F39CDE;
}
</style>
border-color css
<style>
span { border-color: #F39CDE; }
span { border-color: rgb(243,156,222); }
td.TdClassName
{
border-color: #F39CDE;
}
.TagClassName
{
border-color: #F39CDE;
}
</style>