Shades of Lavender Rose #FA9DDF
Tints of Lavender Rose #FA9DDF
RGB
CMYK
RGB Variations
Color information
#FA9DDF (or 0xFA9DDF) is known color: Lavender Rose. HEX triplet: FA, 9D and DF. RGB value is (250,157,223). Sum of RGB (Red+Green+Blue) = 250+157+223=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DDF is #056220. Grayscale: #C0C0C0. Windows color (decimal): -352801 or 14654970. OLE color: 14654970.
HSL color Cylindrical-coordinate representation of color #FA9DDF: hue angle of 317.42º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FA9DDF is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 223 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.02 |
| HSL | 317.42º | 0.9% | 0.8% | - |
| HSV(B) | 317.42º | 0.37% | 0.98% | - |
| XYZ | 64.8 | 49.77 | 76 | - |
| YUV | 192.33 | 145.31 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 223 | 0 | 0.37 | 0.11 | 0.02 | 317.42 | 0.9 | 0.8 |
| Hex | FA | 9D | DF | 0 | 25 | B | 2 | 13D | 5A | 50 |
| Octal | 372 | 235 | 337 | 0 | 45 | 13 | 2 | 475 | 132 | 120 |
| Binary | 11111010 | 10011101 | 11011111 | 0 | 100101 | 1011 | 10 | 100111101 | 1011010 | 1010000 |
Color Harmonies of #FA9DDF
Complementary color
Monochromatic Colors of #FA9DDF
Black with #FA9DDF
Text Example
Text Example
White with #FA9DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9DDF; }
p { color: rgb(250,157,223); }
H1.HeaderClassName
{
color: #FA9DDF;
}
.AnyTagClassName
{
color: #FA9DDF;
}
</style>
background-color css
<style>
a { background-color: #FA9DDF; }
a { background-color: rgb(250,157,223); }
div.DivClassName
{
background-color: #FA9DDF;
}
.BgClassName
{
background-color: #FA9DDF;
}
</style>
border-color css
<style>
span { border-color: #FA9DDF; }
span { border-color: rgb(250,157,223); }
td.TdClassName
{
border-color: #FA9DDF;
}
.TagClassName
{
border-color: #FA9DDF;
}
</style>