Shades of Lavender Rose #FA9ADD
Tints of Lavender Rose #FA9ADD
RGB
CMYK
RGB Variations
Color information
#FA9ADD (or 0xFA9ADD) is known color: Lavender Rose. HEX triplet: FA, 9A and DD. RGB value is (250,154,221). Sum of RGB (Red+Green+Blue) = 250+154+221=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 154 (60.55% from 255 or 24.64% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9ADD is #056522. Grayscale: #BEBEBE. Windows color (decimal): -353571 or 14523130. OLE color: 14523130.
HSL color Cylindrical-coordinate representation of color #FA9ADD: hue angle of 318.12º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9ADD is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 221 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.02 |
| HSL | 318.13º | 0.91% | 0.79% | - |
| HSV(B) | 318.13º | 0.38% | 0.98% | - |
| XYZ | 64.03 | 48.66 | 74.42 | - |
| YUV | 190.34 | 145.3 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 221 | 0 | 0.38 | 0.12 | 0.02 | 318.13 | 0.91 | 0.79 |
| Hex | FA | 9A | DD | 0 | 26 | C | 2 | 13E | 5B | 4F |
| Octal | 372 | 232 | 335 | 0 | 46 | 14 | 2 | 476 | 133 | 117 |
| Binary | 11111010 | 10011010 | 11011101 | 0 | 100110 | 1100 | 10 | 100111110 | 1011011 | 1001111 |
Color Harmonies of #FA9ADD
Complementary color
Monochromatic Colors of #FA9ADD
Black with #FA9ADD
Text Example
Text Example
White with #FA9ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9ADD; }
p { color: rgb(250,154,221); }
H1.HeaderClassName
{
color: #FA9ADD;
}
.AnyTagClassName
{
color: #FA9ADD;
}
</style>
background-color css
<style>
a { background-color: #FA9ADD; }
a { background-color: rgb(250,154,221); }
div.DivClassName
{
background-color: #FA9ADD;
}
.BgClassName
{
background-color: #FA9ADD;
}
</style>
border-color css
<style>
span { border-color: #FA9ADD; }
span { border-color: rgb(250,154,221); }
td.TdClassName
{
border-color: #FA9ADD;
}
.TagClassName
{
border-color: #FA9ADD;
}
</style>