Shades of Lavender Rose #F39FDC
Tints of Lavender Rose #F39FDC
RGB
CMYK
RGB Variations
Color information
#F39FDC (or 0xF39FDC) is known color: Lavender Rose. HEX triplet: F3, 9F and DC. RGB value is (243,159,220). Sum of RGB (Red+Green+Blue) = 243+159+220=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 159 (62.5% from 255 or 25.56% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 243 - color contains mainly: red. Hex color #F39FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39FDC is #0C6023. Grayscale: #BEBEBE. Windows color (decimal): -811044 or 14458867. OLE color: 14458867.
HSL color Cylindrical-coordinate representation of color #F39FDC: hue angle of 316.43º 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 #F39FDC is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 159 | 220 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.05 |
| HSL | 316.43º | 0.78% | 0.79% | - |
| HSV(B) | 316.43º | 0.35% | 0.95% | - |
| XYZ | 62.28 | 49.02 | 73.89 | - |
| YUV | 191.07 | 144.33 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 159 | 220 | 0 | 0.35 | 0.09 | 0.05 | 316.43 | 0.78 | 0.79 |
| Hex | F3 | 9F | DC | 0 | 23 | 9 | 5 | 13C | 4E | 4F |
| Octal | 363 | 237 | 334 | 0 | 43 | 11 | 5 | 474 | 116 | 117 |
| Binary | 11110011 | 10011111 | 11011100 | 0 | 100011 | 1001 | 101 | 100111100 | 1001110 | 1001111 |
Color Harmonies of #F39FDC
Complementary color
Monochromatic Colors of #F39FDC
Black with #F39FDC
Text Example
Text Example
White with #F39FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39FDC; }
p { color: rgb(243,159,220); }
H1.HeaderClassName
{
color: #F39FDC;
}
.AnyTagClassName
{
color: #F39FDC;
}
</style>
background-color css
<style>
a { background-color: #F39FDC; }
a { background-color: rgb(243,159,220); }
div.DivClassName
{
background-color: #F39FDC;
}
.BgClassName
{
background-color: #F39FDC;
}
</style>
border-color css
<style>
span { border-color: #F39FDC; }
span { border-color: rgb(243,159,220); }
td.TdClassName
{
border-color: #F39FDC;
}
.TagClassName
{
border-color: #F39FDC;
}
</style>