Shades of Lavender Rose #F9AAFD
Tints of Lavender Rose #F9AAFD
RGB
CMYK
RGB Variations
Color information
#F9AAFD (or 0xF9AAFD) is known color: Lavender Rose. HEX triplet: F9, AA and FD. RGB value is (249,170,253). Sum of RGB (Red+Green+Blue) = 249+170+253=672 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.05% from 672); Green value is 170 (66.80% from 255 or 25.30% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9AAFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9AAFD is #065502. Grayscale: #CACACA. Windows color (decimal): -414979 or 16624377. OLE color: 16624377.
HSL color Cylindrical-coordinate representation of color #F9AAFD: hue angle of 297.11º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9AAFD is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 170 | 253 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.01 |
| HSL | 297.11º | 0.95% | 0.83% | - |
| HSV(B) | 297.11º | 0.33% | 0.99% | - |
| XYZ | 71.17 | 55.98 | 99.98 | - |
| YUV | 203.08 | 156.17 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 253 | 0.02 | 0.33 | 0 | 0.01 | 297.11 | 0.95 | 0.83 |
| Hex | F9 | AA | FD | 2 | 21 | 0 | 1 | 129 | 5F | 53 |
| Octal | 371 | 252 | 375 | 2 | 41 | 0 | 1 | 451 | 137 | 123 |
| Binary | 11111001 | 10101010 | 11111101 | 10 | 100001 | 0 | 1 | 100101001 | 1011111 | 1010011 |
Color Harmonies of #F9AAFD
Complementary color
Monochromatic Colors of #F9AAFD
Black with #F9AAFD
Text Example
Text Example
White with #F9AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AAFD; }
p { color: rgb(249,170,253); }
H1.HeaderClassName
{
color: #F9AAFD;
}
.AnyTagClassName
{
color: #F9AAFD;
}
</style>
background-color css
<style>
a { background-color: #F9AAFD; }
a { background-color: rgb(249,170,253); }
div.DivClassName
{
background-color: #F9AAFD;
}
.BgClassName
{
background-color: #F9AAFD;
}
</style>
border-color css
<style>
span { border-color: #F9AAFD; }
span { border-color: rgb(249,170,253); }
td.TdClassName
{
border-color: #F9AAFD;
}
.TagClassName
{
border-color: #F9AAFD;
}
</style>