Shades of Lavender Rose #F09ADC
Tints of Lavender Rose #F09ADC
RGB
CMYK
RGB Variations
Color information
#F09ADC (or 0xF09ADC) is known color: Lavender Rose. HEX triplet: F0, 9A and DC. RGB value is (240,154,220). Sum of RGB (Red+Green+Blue) = 240+154+220=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F09ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09ADC is #0F6523. Grayscale: #BBBBBB. Windows color (decimal): -1008932 or 14457584. OLE color: 14457584.
HSL color Cylindrical-coordinate representation of color #F09ADC: hue angle of 313.95º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09ADC is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 220 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.06 |
| HSL | 313.95º | 0.74% | 0.77% | - |
| HSV(B) | 313.95º | 0.36% | 0.94% | - |
| XYZ | 60.41 | 46.8 | 73.56 | - |
| YUV | 187.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 220 | 0 | 0.36 | 0.08 | 0.06 | 313.95 | 0.74 | 0.77 |
| Hex | F0 | 9A | DC | 0 | 24 | 8 | 6 | 13A | 4A | 4D |
| Octal | 360 | 232 | 334 | 0 | 44 | 10 | 6 | 472 | 112 | 115 |
| Binary | 11110000 | 10011010 | 11011100 | 0 | 100100 | 1000 | 110 | 100111010 | 1001010 | 1001101 |
Color Harmonies of #F09ADC
Complementary color
Monochromatic Colors of #F09ADC
Black with #F09ADC
Text Example
Text Example
White with #F09ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09ADC; }
p { color: rgb(240,154,220); }
H1.HeaderClassName
{
color: #F09ADC;
}
.AnyTagClassName
{
color: #F09ADC;
}
</style>
background-color css
<style>
a { background-color: #F09ADC; }
a { background-color: rgb(240,154,220); }
div.DivClassName
{
background-color: #F09ADC;
}
.BgClassName
{
background-color: #F09ADC;
}
</style>
border-color css
<style>
span { border-color: #F09ADC; }
span { border-color: rgb(240,154,220); }
td.TdClassName
{
border-color: #F09ADC;
}
.TagClassName
{
border-color: #F09ADC;
}
</style>