Shades of Lavender Rose #FA99DF
Tints of Lavender Rose #FA99DF
RGB
CMYK
RGB Variations
Color information
#FA99DF (or 0xFA99DF) is known color: Lavender Rose. HEX triplet: FA, 99 and DF. RGB value is (250,153,223). Sum of RGB (Red+Green+Blue) = 250+153+223=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 153 (60.16% from 255 or 24.44% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99DF is #056620. Grayscale: #BDBDBD. Windows color (decimal): -353825 or 14653946. OLE color: 14653946.
HSL color Cylindrical-coordinate representation of color #FA99DF: hue angle of 316.7º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FA99DF is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 223 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.02 |
| HSL | 316.7º | 0.91% | 0.79% | - |
| HSV(B) | 316.7º | 0.39% | 0.98% | - |
| XYZ | 64.13 | 48.43 | 75.78 | - |
| YUV | 189.98 | 146.64 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 223 | 0 | 0.39 | 0.11 | 0.02 | 316.7 | 0.91 | 0.79 |
| Hex | FA | 99 | DF | 0 | 27 | B | 2 | 13D | 5B | 4F |
| Octal | 372 | 231 | 337 | 0 | 47 | 13 | 2 | 475 | 133 | 117 |
| Binary | 11111010 | 10011001 | 11011111 | 0 | 100111 | 1011 | 10 | 100111101 | 1011011 | 1001111 |
Color Harmonies of #FA99DF
Complementary color
Monochromatic Colors of #FA99DF
Black with #FA99DF
Text Example
Text Example
White with #FA99DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA99DF; }
p { color: rgb(250,153,223); }
H1.HeaderClassName
{
color: #FA99DF;
}
.AnyTagClassName
{
color: #FA99DF;
}
</style>
background-color css
<style>
a { background-color: #FA99DF; }
a { background-color: rgb(250,153,223); }
div.DivClassName
{
background-color: #FA99DF;
}
.BgClassName
{
background-color: #FA99DF;
}
</style>
border-color css
<style>
span { border-color: #FA99DF; }
span { border-color: rgb(250,153,223); }
td.TdClassName
{
border-color: #FA99DF;
}
.TagClassName
{
border-color: #FA99DF;
}
</style>