Shades of Lavender Rose #FA9FDF
Tints of Lavender Rose #FA9FDF
RGB
CMYK
RGB Variations
Color information
#FA9FDF (or 0xFA9FDF) is known color: Lavender Rose. HEX triplet: FA, 9F and DF. RGB value is (250,159,223). Sum of RGB (Red+Green+Blue) = 250+159+223=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 159 (62.5% from 255 or 25.16% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9FDF is #056020. Grayscale: #C1C1C1. Windows color (decimal): -352289 or 14655482. OLE color: 14655482.
HSL color Cylindrical-coordinate representation of color #FA9FDF: hue angle of 317.8º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FA9FDF is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 223 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.02 |
| HSL | 317.8º | 0.9% | 0.8% | - |
| HSV(B) | 317.8º | 0.36% | 0.98% | - |
| XYZ | 65.14 | 50.45 | 76.12 | - |
| YUV | 193.51 | 144.65 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 223 | 0 | 0.36 | 0.11 | 0.02 | 317.8 | 0.9 | 0.8 |
| Hex | FA | 9F | DF | 0 | 24 | B | 2 | 13E | 5A | 50 |
| Octal | 372 | 237 | 337 | 0 | 44 | 13 | 2 | 476 | 132 | 120 |
| Binary | 11111010 | 10011111 | 11011111 | 0 | 100100 | 1011 | 10 | 100111110 | 1011010 | 1010000 |
Color Harmonies of #FA9FDF
Complementary color
Monochromatic Colors of #FA9FDF
Black with #FA9FDF
Text Example
Text Example
White with #FA9FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9FDF; }
p { color: rgb(250,159,223); }
H1.HeaderClassName
{
color: #FA9FDF;
}
.AnyTagClassName
{
color: #FA9FDF;
}
</style>
background-color css
<style>
a { background-color: #FA9FDF; }
a { background-color: rgb(250,159,223); }
div.DivClassName
{
background-color: #FA9FDF;
}
.BgClassName
{
background-color: #FA9FDF;
}
</style>
border-color css
<style>
span { border-color: #FA9FDF; }
span { border-color: rgb(250,159,223); }
td.TdClassName
{
border-color: #FA9FDF;
}
.TagClassName
{
border-color: #FA9FDF;
}
</style>