Shades of Lavender Rose #FA9AD3
Tints of Lavender Rose #FA9AD3
RGB
CMYK
RGB Variations
Color information
#FA9AD3 (or 0xFA9AD3) is known color: Lavender Rose. HEX triplet: FA, 9A and D3. RGB value is (250,154,211). Sum of RGB (Red+Green+Blue) = 250+154+211=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9AD3 is #05652C. Grayscale: #BDBDBD. Windows color (decimal): -353581 or 13867770. OLE color: 13867770.
HSL color Cylindrical-coordinate representation of color #FA9AD3: hue angle of 324.38º 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 #FA9AD3 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 211 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.02 |
| HSL | 324.38º | 0.91% | 0.79% | - |
| HSV(B) | 324.38º | 0.38% | 0.98% | - |
| XYZ | 62.74 | 48.14 | 67.61 | - |
| YUV | 189.2 | 140.3 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 211 | 0 | 0.38 | 0.16 | 0.02 | 324.38 | 0.91 | 0.79 |
| Hex | FA | 9A | D3 | 0 | 26 | 10 | 2 | 144 | 5B | 4F |
| Octal | 372 | 232 | 323 | 0 | 46 | 20 | 2 | 504 | 133 | 117 |
| Binary | 11111010 | 10011010 | 11010011 | 0 | 100110 | 10000 | 10 | 101000100 | 1011011 | 1001111 |
Color Harmonies of #FA9AD3
Complementary color
Monochromatic Colors of #FA9AD3
Black with #FA9AD3
Text Example
Text Example
White with #FA9AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9AD3; }
p { color: rgb(250,154,211); }
H1.HeaderClassName
{
color: #FA9AD3;
}
.AnyTagClassName
{
color: #FA9AD3;
}
</style>
background-color css
<style>
a { background-color: #FA9AD3; }
a { background-color: rgb(250,154,211); }
div.DivClassName
{
background-color: #FA9AD3;
}
.BgClassName
{
background-color: #FA9AD3;
}
</style>
border-color css
<style>
span { border-color: #FA9AD3; }
span { border-color: rgb(250,154,211); }
td.TdClassName
{
border-color: #FA9AD3;
}
.TagClassName
{
border-color: #FA9AD3;
}
</style>