Shades of Lavender Rose #F39CDD
Tints of Lavender Rose #F39CDD
RGB
CMYK
RGB Variations
Color information
#F39CDD (or 0xF39CDD) is known color: Lavender Rose. HEX triplet: F3, 9C and DD. RGB value is (243,156,221). Sum of RGB (Red+Green+Blue) = 243+156+221=620 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.19% from 620); Green value is 156 (61.33% from 255 or 25.16% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 243 - color contains mainly: red. Hex color #F39CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39CDD is #0C6322. Grayscale: #BDBDBD. Windows color (decimal): -811811 or 14523635. OLE color: 14523635.
HSL color Cylindrical-coordinate representation of color #F39CDD: hue angle of 315.17º 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 #F39CDD is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 156 | 221 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.05 |
| HSL | 315.17º | 0.78% | 0.78% | - |
| HSV(B) | 315.17º | 0.36% | 0.95% | - |
| XYZ | 61.9 | 48.05 | 74.42 | - |
| YUV | 189.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 156 | 221 | 0 | 0.36 | 0.09 | 0.05 | 315.17 | 0.78 | 0.78 |
| Hex | F3 | 9C | DD | 0 | 24 | 9 | 5 | 13B | 4E | 4E |
| Octal | 363 | 234 | 335 | 0 | 44 | 11 | 5 | 473 | 116 | 116 |
| Binary | 11110011 | 10011100 | 11011101 | 0 | 100100 | 1001 | 101 | 100111011 | 1001110 | 1001110 |
Color Harmonies of #F39CDD
Complementary color
Monochromatic Colors of #F39CDD
Black with #F39CDD
Text Example
Text Example
White with #F39CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39CDD; }
p { color: rgb(243,156,221); }
H1.HeaderClassName
{
color: #F39CDD;
}
.AnyTagClassName
{
color: #F39CDD;
}
</style>
background-color css
<style>
a { background-color: #F39CDD; }
a { background-color: rgb(243,156,221); }
div.DivClassName
{
background-color: #F39CDD;
}
.BgClassName
{
background-color: #F39CDD;
}
</style>
border-color css
<style>
span { border-color: #F39CDD; }
span { border-color: rgb(243,156,221); }
td.TdClassName
{
border-color: #F39CDD;
}
.TagClassName
{
border-color: #F39CDD;
}
</style>