Shades of Lavender Rose #F9AADC
Tints of Lavender Rose #F9AADC
RGB
CMYK
RGB Variations
Color information
#F9AADC (or 0xF9AADC) is known color: Lavender Rose. HEX triplet: F9, AA and DC. RGB value is (249,170,220). Sum of RGB (Red+Green+Blue) = 249+170+220=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AADC is #065523. Grayscale: #C7C7C7. Windows color (decimal): -415012 or 14461689. OLE color: 14461689.
HSL color Cylindrical-coordinate representation of color #F9AADC: hue angle of 322.03º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9AADC is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 170 | 220 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.02 |
| HSL | 322.03º | 0.87% | 0.82% | - |
| HSV(B) | 322.03º | 0.32% | 0.98% | - |
| XYZ | 66.36 | 54.06 | 74.65 | - |
| YUV | 199.32 | 139.67 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 220 | 0 | 0.32 | 0.12 | 0.02 | 322.03 | 0.87 | 0.82 |
| Hex | F9 | AA | DC | 0 | 20 | C | 2 | 142 | 57 | 52 |
| Octal | 371 | 252 | 334 | 0 | 40 | 14 | 2 | 502 | 127 | 122 |
| Binary | 11111001 | 10101010 | 11011100 | 0 | 100000 | 1100 | 10 | 101000010 | 1010111 | 1010010 |
Color Harmonies of #F9AADC
Complementary color
Monochromatic Colors of #F9AADC
Black with #F9AADC
Text Example
Text Example
White with #F9AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AADC; }
p { color: rgb(249,170,220); }
H1.HeaderClassName
{
color: #F9AADC;
}
.AnyTagClassName
{
color: #F9AADC;
}
</style>
background-color css
<style>
a { background-color: #F9AADC; }
a { background-color: rgb(249,170,220); }
div.DivClassName
{
background-color: #F9AADC;
}
.BgClassName
{
background-color: #F9AADC;
}
</style>
border-color css
<style>
span { border-color: #F9AADC; }
span { border-color: rgb(249,170,220); }
td.TdClassName
{
border-color: #F9AADC;
}
.TagClassName
{
border-color: #F9AADC;
}
</style>