Shades of Lavender Rose #FA9ADF
Tints of Lavender Rose #FA9ADF
RGB
CMYK
RGB Variations
Color information
#FA9ADF (or 0xFA9ADF) is known color: Lavender Rose. HEX triplet: FA, 9A and DF. RGB value is (250,154,223). Sum of RGB (Red+Green+Blue) = 250+154+223=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 154 (60.55% from 255 or 24.56% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9ADF is #056520. Grayscale: #BEBEBE. Windows color (decimal): -353569 or 14654202. OLE color: 14654202.
HSL color Cylindrical-coordinate representation of color #FA9ADF: hue angle of 316.88º 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 #FA9ADF is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 223 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.02 |
| HSL | 316.88º | 0.91% | 0.79% | - |
| HSV(B) | 316.88º | 0.38% | 0.98% | - |
| XYZ | 64.3 | 48.76 | 75.84 | - |
| YUV | 190.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 223 | 0 | 0.38 | 0.11 | 0.02 | 316.88 | 0.91 | 0.79 |
| Hex | FA | 9A | DF | 0 | 26 | B | 2 | 13D | 5B | 4F |
| Octal | 372 | 232 | 337 | 0 | 46 | 13 | 2 | 475 | 133 | 117 |
| Binary | 11111010 | 10011010 | 11011111 | 0 | 100110 | 1011 | 10 | 100111101 | 1011011 | 1001111 |
Color Harmonies of #FA9ADF
Complementary color
Monochromatic Colors of #FA9ADF
Black with #FA9ADF
Text Example
Text Example
White with #FA9ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9ADF; }
p { color: rgb(250,154,223); }
H1.HeaderClassName
{
color: #FA9ADF;
}
.AnyTagClassName
{
color: #FA9ADF;
}
</style>
background-color css
<style>
a { background-color: #FA9ADF; }
a { background-color: rgb(250,154,223); }
div.DivClassName
{
background-color: #FA9ADF;
}
.BgClassName
{
background-color: #FA9ADF;
}
</style>
border-color css
<style>
span { border-color: #FA9ADF; }
span { border-color: rgb(250,154,223); }
td.TdClassName
{
border-color: #FA9ADF;
}
.TagClassName
{
border-color: #FA9ADF;
}
</style>