Shades of Lavender Rose #FA9AD6
Tints of Lavender Rose #FA9AD6
RGB
CMYK
RGB Variations
Color information
#FA9AD6 (or 0xFA9AD6) is known color: Lavender Rose. HEX triplet: FA, 9A and D6. RGB value is (250,154,214). Sum of RGB (Red+Green+Blue) = 250+154+214=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 154 (60.55% from 255 or 24.92% from 618); Blue value is 214 (83.98% from 255 or 34.63% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9AD6 is #056529. Grayscale: #BDBDBD. Windows color (decimal): -353578 or 14064378. OLE color: 14064378.
HSL color Cylindrical-coordinate representation of color #FA9AD6: hue angle of 322.5º 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 #FA9AD6 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 214 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.02 |
| HSL | 322.5º | 0.91% | 0.79% | - |
| HSV(B) | 322.5º | 0.38% | 0.98% | - |
| XYZ | 63.12 | 48.29 | 69.61 | - |
| YUV | 189.54 | 141.8 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 214 | 0 | 0.38 | 0.14 | 0.02 | 322.5 | 0.91 | 0.79 |
| Hex | FA | 9A | D6 | 0 | 26 | E | 2 | 142 | 5B | 4F |
| Octal | 372 | 232 | 326 | 0 | 46 | 16 | 2 | 502 | 133 | 117 |
| Binary | 11111010 | 10011010 | 11010110 | 0 | 100110 | 1110 | 10 | 101000010 | 1011011 | 1001111 |
Color Harmonies of #FA9AD6
Complementary color
Monochromatic Colors of #FA9AD6
Black with #FA9AD6
Text Example
Text Example
White with #FA9AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9AD6; }
p { color: rgb(250,154,214); }
H1.HeaderClassName
{
color: #FA9AD6;
}
.AnyTagClassName
{
color: #FA9AD6;
}
</style>
background-color css
<style>
a { background-color: #FA9AD6; }
a { background-color: rgb(250,154,214); }
div.DivClassName
{
background-color: #FA9AD6;
}
.BgClassName
{
background-color: #FA9AD6;
}
</style>
border-color css
<style>
span { border-color: #FA9AD6; }
span { border-color: rgb(250,154,214); }
td.TdClassName
{
border-color: #FA9AD6;
}
.TagClassName
{
border-color: #FA9AD6;
}
</style>