Shades of Lavender Rose #FA99D5
Tints of Lavender Rose #FA99D5
RGB
CMYK
RGB Variations
Color information
#FA99D5 (or 0xFA99D5) is known color: Lavender Rose. HEX triplet: FA, 99 and D5. RGB value is (250,153,213). Sum of RGB (Red+Green+Blue) = 250+153+213=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 153 (60.16% from 255 or 24.84% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99D5 is #05662A. Grayscale: #BCBCBC. Windows color (decimal): -353835 or 13998586. OLE color: 13998586.
HSL color Cylindrical-coordinate representation of color #FA99D5: hue angle of 322.89º 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 #FA99D5 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 213 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.02 |
| HSL | 322.89º | 0.91% | 0.79% | - |
| HSV(B) | 322.89º | 0.39% | 0.98% | - |
| XYZ | 62.83 | 47.91 | 68.89 | - |
| YUV | 188.84 | 141.64 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 213 | 0 | 0.39 | 0.15 | 0.02 | 322.89 | 0.91 | 0.79 |
| Hex | FA | 99 | D5 | 0 | 27 | F | 2 | 143 | 5B | 4F |
| Octal | 372 | 231 | 325 | 0 | 47 | 17 | 2 | 503 | 133 | 117 |
| Binary | 11111010 | 10011001 | 11010101 | 0 | 100111 | 1111 | 10 | 101000011 | 1011011 | 1001111 |
Color Harmonies of #FA99D5
Complementary color
Monochromatic Colors of #FA99D5
Black with #FA99D5
Text Example
Text Example
White with #FA99D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA99D5; }
p { color: rgb(250,153,213); }
H1.HeaderClassName
{
color: #FA99D5;
}
.AnyTagClassName
{
color: #FA99D5;
}
</style>
background-color css
<style>
a { background-color: #FA99D5; }
a { background-color: rgb(250,153,213); }
div.DivClassName
{
background-color: #FA99D5;
}
.BgClassName
{
background-color: #FA99D5;
}
</style>
border-color css
<style>
span { border-color: #FA99D5; }
span { border-color: rgb(250,153,213); }
td.TdClassName
{
border-color: #FA99D5;
}
.TagClassName
{
border-color: #FA99D5;
}
</style>