Shades of Lavender Rose #F39ADC
Tints of Lavender Rose #F39ADC
RGB
CMYK
RGB Variations
Color information
#F39ADC (or 0xF39ADC) is known color: Lavender Rose. HEX triplet: F3, 9A and DC. RGB value is (243,154,220). Sum of RGB (Red+Green+Blue) = 243+154+220=617 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.38% from 617); Green value is 154 (60.55% from 255 or 24.96% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 243 - color contains mainly: red. Hex color #F39ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39ADC is #0C6523. Grayscale: #BBBBBB. Windows color (decimal): -812324 or 14457587. OLE color: 14457587.
HSL color Cylindrical-coordinate representation of color #F39ADC: hue angle of 315.51º 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 #F39ADC is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 154 | 220 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.05 |
| HSL | 315.51º | 0.79% | 0.78% | - |
| HSV(B) | 315.51º | 0.37% | 0.95% | - |
| XYZ | 61.44 | 47.33 | 73.61 | - |
| YUV | 188.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 154 | 220 | 0 | 0.37 | 0.09 | 0.05 | 315.51 | 0.79 | 0.78 |
| Hex | F3 | 9A | DC | 0 | 25 | 9 | 5 | 13C | 4F | 4E |
| Octal | 363 | 232 | 334 | 0 | 45 | 11 | 5 | 474 | 117 | 116 |
| Binary | 11110011 | 10011010 | 11011100 | 0 | 100101 | 1001 | 101 | 100111100 | 1001111 | 1001110 |
Color Harmonies of #F39ADC
Complementary color
Monochromatic Colors of #F39ADC
Black with #F39ADC
Text Example
Text Example
White with #F39ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39ADC; }
p { color: rgb(243,154,220); }
H1.HeaderClassName
{
color: #F39ADC;
}
.AnyTagClassName
{
color: #F39ADC;
}
</style>
background-color css
<style>
a { background-color: #F39ADC; }
a { background-color: rgb(243,154,220); }
div.DivClassName
{
background-color: #F39ADC;
}
.BgClassName
{
background-color: #F39ADC;
}
</style>
border-color css
<style>
span { border-color: #F39ADC; }
span { border-color: rgb(243,154,220); }
td.TdClassName
{
border-color: #F39ADC;
}
.TagClassName
{
border-color: #F39ADC;
}
</style>