Shades of Lavender Rose #FA92DF
Tints of Lavender Rose #FA92DF
RGB
CMYK
RGB Variations
Color information
#FA92DF (or 0xFA92DF) is known color: Lavender Rose. HEX triplet: FA, 92 and DF. RGB value is (250,146,223). Sum of RGB (Red+Green+Blue) = 250+146+223=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 146 (57.42% from 255 or 23.59% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FA92DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA92DF is #056D20. Grayscale: #B9B9B9. Windows color (decimal): -355617 or 14652154. OLE color: 14652154.
HSL color Cylindrical-coordinate representation of color #FA92DF: hue angle of 315.58º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA92DF is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 146 | 223 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.02 |
| HSL | 315.58º | 0.91% | 0.78% | - |
| HSV(B) | 315.58º | 0.42% | 0.98% | - |
| XYZ | 63.02 | 46.21 | 75.41 | - |
| YUV | 185.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 146 | 223 | 0 | 0.42 | 0.11 | 0.02 | 315.58 | 0.91 | 0.78 |
| Hex | FA | 92 | DF | 0 | 2A | B | 2 | 13C | 5B | 4E |
| Octal | 372 | 222 | 337 | 0 | 52 | 13 | 2 | 474 | 133 | 116 |
| Binary | 11111010 | 10010010 | 11011111 | 0 | 101010 | 1011 | 10 | 100111100 | 1011011 | 1001110 |
Color Harmonies of #FA92DF
Complementary color
Monochromatic Colors of #FA92DF
Black with #FA92DF
Text Example
Text Example
White with #FA92DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA92DF; }
p { color: rgb(250,146,223); }
H1.HeaderClassName
{
color: #FA92DF;
}
.AnyTagClassName
{
color: #FA92DF;
}
</style>
background-color css
<style>
a { background-color: #FA92DF; }
a { background-color: rgb(250,146,223); }
div.DivClassName
{
background-color: #FA92DF;
}
.BgClassName
{
background-color: #FA92DF;
}
</style>
border-color css
<style>
span { border-color: #FA92DF; }
span { border-color: rgb(250,146,223); }
td.TdClassName
{
border-color: #FA92DF;
}
.TagClassName
{
border-color: #FA92DF;
}
</style>