Shades of Lavender Rose #F39AD2
Tints of Lavender Rose #F39AD2
RGB
CMYK
RGB Variations
Color information
#F39AD2 (or 0xF39AD2) is known color: Lavender Rose. HEX triplet: F3, 9A and D2. RGB value is (243,154,210). Sum of RGB (Red+Green+Blue) = 243+154+210=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F39AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39AD2 is #0C652D. Grayscale: #BABABA. Windows color (decimal): -812334 or 13802227. OLE color: 13802227.
HSL color Cylindrical-coordinate representation of color #F39AD2: hue angle of 322.25º 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 #F39AD2 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 154 | 210 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.05 |
| HSL | 322.25º | 0.79% | 0.78% | - |
| HSV(B) | 322.25º | 0.37% | 0.95% | - |
| XYZ | 60.15 | 46.82 | 66.84 | - |
| YUV | 187 | 140.99 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 154 | 210 | 0 | 0.37 | 0.14 | 0.05 | 322.25 | 0.79 | 0.78 |
| Hex | F3 | 9A | D2 | 0 | 25 | E | 5 | 142 | 4F | 4E |
| Octal | 363 | 232 | 322 | 0 | 45 | 16 | 5 | 502 | 117 | 116 |
| Binary | 11110011 | 10011010 | 11010010 | 0 | 100101 | 1110 | 101 | 101000010 | 1001111 | 1001110 |
Color Harmonies of #F39AD2
Complementary color
Monochromatic Colors of #F39AD2
Black with #F39AD2
Text Example
Text Example
White with #F39AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39AD2; }
p { color: rgb(243,154,210); }
H1.HeaderClassName
{
color: #F39AD2;
}
.AnyTagClassName
{
color: #F39AD2;
}
</style>
background-color css
<style>
a { background-color: #F39AD2; }
a { background-color: rgb(243,154,210); }
div.DivClassName
{
background-color: #F39AD2;
}
.BgClassName
{
background-color: #F39AD2;
}
</style>
border-color css
<style>
span { border-color: #F39AD2; }
span { border-color: rgb(243,154,210); }
td.TdClassName
{
border-color: #F39AD2;
}
.TagClassName
{
border-color: #F39AD2;
}
</style>