Shades of Lavender Rose #F09AD3
Tints of Lavender Rose #F09AD3
RGB
CMYK
RGB Variations
Color information
#F09AD3 (or 0xF09AD3) is known color: Lavender Rose. HEX triplet: F0, 9A and D3. RGB value is (240,154,211). Sum of RGB (Red+Green+Blue) = 240+154+211=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 211 (82.81% from 255 or 34.88% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F09AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09AD3 is #0F652C. Grayscale: #BABABA. Windows color (decimal): -1008941 or 13867760. OLE color: 13867760.
HSL color Cylindrical-coordinate representation of color #F09AD3: hue angle of 320.23º 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 #F09AD3 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 211 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.06 |
| HSL | 320.23º | 0.74% | 0.77% | - |
| HSV(B) | 320.23º | 0.36% | 0.94% | - |
| XYZ | 59.25 | 46.34 | 67.45 | - |
| YUV | 186.21 | 141.99 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 211 | 0 | 0.36 | 0.12 | 0.06 | 320.23 | 0.74 | 0.77 |
| Hex | F0 | 9A | D3 | 0 | 24 | C | 6 | 140 | 4A | 4D |
| Octal | 360 | 232 | 323 | 0 | 44 | 14 | 6 | 500 | 112 | 115 |
| Binary | 11110000 | 10011010 | 11010011 | 0 | 100100 | 1100 | 110 | 101000000 | 1001010 | 1001101 |
Color Harmonies of #F09AD3
Complementary color
Monochromatic Colors of #F09AD3
Black with #F09AD3
Text Example
Text Example
White with #F09AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09AD3; }
p { color: rgb(240,154,211); }
H1.HeaderClassName
{
color: #F09AD3;
}
.AnyTagClassName
{
color: #F09AD3;
}
</style>
background-color css
<style>
a { background-color: #F09AD3; }
a { background-color: rgb(240,154,211); }
div.DivClassName
{
background-color: #F09AD3;
}
.BgClassName
{
background-color: #F09AD3;
}
</style>
border-color css
<style>
span { border-color: #F09AD3; }
span { border-color: rgb(240,154,211); }
td.TdClassName
{
border-color: #F09AD3;
}
.TagClassName
{
border-color: #F09AD3;
}
</style>