Shades of Lavender Rose #FA99D4
Tints of Lavender Rose #FA99D4
RGB
CMYK
RGB Variations
Color information
#FA99D4 (or 0xFA99D4) is known color: Lavender Rose. HEX triplet: FA, 99 and D4. RGB value is (250,153,212). Sum of RGB (Red+Green+Blue) = 250+153+212=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 153 (60.16% from 255 or 24.88% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99D4 is #05662B. Grayscale: #BCBCBC. Windows color (decimal): -353836 or 13933050. OLE color: 13933050.
HSL color Cylindrical-coordinate representation of color #FA99D4: hue angle of 323.51º 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 #FA99D4 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 212 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.02 |
| HSL | 323.51º | 0.91% | 0.79% | - |
| HSV(B) | 323.51º | 0.39% | 0.98% | - |
| XYZ | 62.7 | 47.86 | 68.22 | - |
| YUV | 188.73 | 141.14 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 212 | 0 | 0.39 | 0.15 | 0.02 | 323.51 | 0.91 | 0.79 |
| Hex | FA | 99 | D4 | 0 | 27 | F | 2 | 144 | 5B | 4F |
| Octal | 372 | 231 | 324 | 0 | 47 | 17 | 2 | 504 | 133 | 117 |
| Binary | 11111010 | 10011001 | 11010100 | 0 | 100111 | 1111 | 10 | 101000100 | 1011011 | 1001111 |
Color Harmonies of #FA99D4
Complementary color
Monochromatic Colors of #FA99D4
Black with #FA99D4
Text Example
Text Example
White with #FA99D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA99D4; }
p { color: rgb(250,153,212); }
H1.HeaderClassName
{
color: #FA99D4;
}
.AnyTagClassName
{
color: #FA99D4;
}
</style>
background-color css
<style>
a { background-color: #FA99D4; }
a { background-color: rgb(250,153,212); }
div.DivClassName
{
background-color: #FA99D4;
}
.BgClassName
{
background-color: #FA99D4;
}
</style>
border-color css
<style>
span { border-color: #FA99D4; }
span { border-color: rgb(250,153,212); }
td.TdClassName
{
border-color: #FA99D4;
}
.TagClassName
{
border-color: #FA99D4;
}
</style>