Shades of Lavender Rose #F9A1DA
Tints of Lavender Rose #F9A1DA
RGB
CMYK
RGB Variations
Color information
#F9A1DA (or 0xF9A1DA) is known color: Lavender Rose. HEX triplet: F9, A1 and DA. RGB value is (249,161,218). Sum of RGB (Red+Green+Blue) = 249+161+218=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 161 (63.28% from 255 or 25.64% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A1DA is #065E25. Grayscale: #C1C1C1. Windows color (decimal): -417318 or 14328313. OLE color: 14328313.
HSL color Cylindrical-coordinate representation of color #F9A1DA: hue angle of 321.14º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A1DA is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 161 | 218 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.02 |
| HSL | 321.14º | 0.88% | 0.8% | - |
| HSV(B) | 321.14º | 0.35% | 0.98% | - |
| XYZ | 64.47 | 50.69 | 72.72 | - |
| YUV | 193.81 | 141.65 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 161 | 218 | 0 | 0.35 | 0.12 | 0.02 | 321.14 | 0.88 | 0.8 |
| Hex | F9 | A1 | DA | 0 | 23 | C | 2 | 141 | 58 | 50 |
| Octal | 371 | 241 | 332 | 0 | 43 | 14 | 2 | 501 | 130 | 120 |
| Binary | 11111001 | 10100001 | 11011010 | 0 | 100011 | 1100 | 10 | 101000001 | 1011000 | 1010000 |
Color Harmonies of #F9A1DA
Complementary color
Monochromatic Colors of #F9A1DA
Black with #F9A1DA
Text Example
Text Example
White with #F9A1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A1DA; }
p { color: rgb(249,161,218); }
H1.HeaderClassName
{
color: #F9A1DA;
}
.AnyTagClassName
{
color: #F9A1DA;
}
</style>
background-color css
<style>
a { background-color: #F9A1DA; }
a { background-color: rgb(249,161,218); }
div.DivClassName
{
background-color: #F9A1DA;
}
.BgClassName
{
background-color: #F9A1DA;
}
</style>
border-color css
<style>
span { border-color: #F9A1DA; }
span { border-color: rgb(249,161,218); }
td.TdClassName
{
border-color: #F9A1DA;
}
.TagClassName
{
border-color: #F9A1DA;
}
</style>