Shades of Lavender Rose #F9A6FD
Tints of Lavender Rose #F9A6FD
RGB
CMYK
RGB Variations
Color information
#F9A6FD (or 0xF9A6FD) is known color: Lavender Rose. HEX triplet: F9, A6 and FD. RGB value is (249,166,253). Sum of RGB (Red+Green+Blue) = 249+166+253=668 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.28% from 668); Green value is 166 (65.23% from 255 or 24.85% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9A6FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A6FD is #065902. Grayscale: #C8C8C8. Windows color (decimal): -416003 or 16623353. OLE color: 16623353.
HSL color Cylindrical-coordinate representation of color #F9A6FD: hue angle of 297.24º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9A6FD is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 166 | 253 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.01 |
| HSL | 297.24º | 0.96% | 0.82% | - |
| HSV(B) | 297.24º | 0.34% | 0.99% | - |
| XYZ | 70.43 | 54.5 | 99.74 | - |
| YUV | 200.74 | 157.5 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 166 | 253 | 0.02 | 0.34 | 0 | 0.01 | 297.24 | 0.96 | 0.82 |
| Hex | F9 | A6 | FD | 2 | 22 | 0 | 1 | 129 | 60 | 52 |
| Octal | 371 | 246 | 375 | 2 | 42 | 0 | 1 | 451 | 140 | 122 |
| Binary | 11111001 | 10100110 | 11111101 | 10 | 100010 | 0 | 1 | 100101001 | 1100000 | 1010010 |
Color Harmonies of #F9A6FD
Complementary color
Monochromatic Colors of #F9A6FD
Black with #F9A6FD
Text Example
Text Example
White with #F9A6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A6FD; }
p { color: rgb(249,166,253); }
H1.HeaderClassName
{
color: #F9A6FD;
}
.AnyTagClassName
{
color: #F9A6FD;
}
</style>
background-color css
<style>
a { background-color: #F9A6FD; }
a { background-color: rgb(249,166,253); }
div.DivClassName
{
background-color: #F9A6FD;
}
.BgClassName
{
background-color: #F9A6FD;
}
</style>
border-color css
<style>
span { border-color: #F9A6FD; }
span { border-color: rgb(249,166,253); }
td.TdClassName
{
border-color: #F9A6FD;
}
.TagClassName
{
border-color: #F9A6FD;
}
</style>