Shades of Lavender Rose #F39FDE
Tints of Lavender Rose #F39FDE
RGB
CMYK
RGB Variations
Color information
#F39FDE (or 0xF39FDE) is known color: Lavender Rose. HEX triplet: F3, 9F and DE. RGB value is (243,159,222). Sum of RGB (Red+Green+Blue) = 243+159+222=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F39FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39FDE is #0C6021. Grayscale: #BFBFBF. Windows color (decimal): -811042 or 14589939. OLE color: 14589939.
HSL color Cylindrical-coordinate representation of color #F39FDE: hue angle of 315º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F39FDE is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 159 | 222 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.05 |
| HSL | 315º | 0.78% | 0.79% | - |
| HSV(B) | 315º | 0.35% | 0.95% | - |
| XYZ | 62.55 | 49.12 | 75.29 | - |
| YUV | 191.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 159 | 222 | 0 | 0.35 | 0.09 | 0.05 | 315 | 0.78 | 0.79 |
| Hex | F3 | 9F | DE | 0 | 23 | 9 | 5 | 13B | 4E | 4F |
| Octal | 363 | 237 | 336 | 0 | 43 | 11 | 5 | 473 | 116 | 117 |
| Binary | 11110011 | 10011111 | 11011110 | 0 | 100011 | 1001 | 101 | 100111011 | 1001110 | 1001111 |
Color Harmonies of #F39FDE
Complementary color
Monochromatic Colors of #F39FDE
Black with #F39FDE
Text Example
Text Example
White with #F39FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39FDE; }
p { color: rgb(243,159,222); }
H1.HeaderClassName
{
color: #F39FDE;
}
.AnyTagClassName
{
color: #F39FDE;
}
</style>
background-color css
<style>
a { background-color: #F39FDE; }
a { background-color: rgb(243,159,222); }
div.DivClassName
{
background-color: #F39FDE;
}
.BgClassName
{
background-color: #F39FDE;
}
</style>
border-color css
<style>
span { border-color: #F39FDE; }
span { border-color: rgb(243,159,222); }
td.TdClassName
{
border-color: #F39FDE;
}
.TagClassName
{
border-color: #F39FDE;
}
</style>