Shades of Lavender Rose #F39ADD
Tints of Lavender Rose #F39ADD
RGB
CMYK
RGB Variations
Color information
#F39ADD (or 0xF39ADD) is known color: Lavender Rose. HEX triplet: F3, 9A and DD. RGB value is (243,154,221). Sum of RGB (Red+Green+Blue) = 243+154+221=618 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.32% from 618); Green value is 154 (60.55% from 255 or 24.92% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 243 - color contains mainly: red. Hex color #F39ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39ADD is #0C6522. Grayscale: #BCBCBC. Windows color (decimal): -812323 or 14523123. OLE color: 14523123.
HSL color Cylindrical-coordinate representation of color #F39ADD: hue angle of 314.83º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F39ADD is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 154 | 221 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.05 |
| HSL | 314.83º | 0.79% | 0.78% | - |
| HSV(B) | 314.83º | 0.37% | 0.95% | - |
| XYZ | 61.57 | 47.39 | 74.31 | - |
| YUV | 188.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 154 | 221 | 0 | 0.37 | 0.09 | 0.05 | 314.83 | 0.79 | 0.78 |
| Hex | F3 | 9A | DD | 0 | 25 | 9 | 5 | 13B | 4F | 4E |
| Octal | 363 | 232 | 335 | 0 | 45 | 11 | 5 | 473 | 117 | 116 |
| Binary | 11110011 | 10011010 | 11011101 | 0 | 100101 | 1001 | 101 | 100111011 | 1001111 | 1001110 |
Color Harmonies of #F39ADD
Complementary color
Monochromatic Colors of #F39ADD
Black with #F39ADD
Text Example
Text Example
White with #F39ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39ADD; }
p { color: rgb(243,154,221); }
H1.HeaderClassName
{
color: #F39ADD;
}
.AnyTagClassName
{
color: #F39ADD;
}
</style>
background-color css
<style>
a { background-color: #F39ADD; }
a { background-color: rgb(243,154,221); }
div.DivClassName
{
background-color: #F39ADD;
}
.BgClassName
{
background-color: #F39ADD;
}
</style>
border-color css
<style>
span { border-color: #F39ADD; }
span { border-color: rgb(243,154,221); }
td.TdClassName
{
border-color: #F39ADD;
}
.TagClassName
{
border-color: #F39ADD;
}
</style>