Shades of Lavender Rose #FA9AD4
Tints of Lavender Rose #FA9AD4
RGB
CMYK
RGB Variations
Color information
#FA9AD4 (or 0xFA9AD4) is known color: Lavender Rose. HEX triplet: FA, 9A and D4. RGB value is (250,154,212). Sum of RGB (Red+Green+Blue) = 250+154+212=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9AD4 is #05652B. Grayscale: #BDBDBD. Windows color (decimal): -353580 or 13933306. OLE color: 13933306.
HSL color Cylindrical-coordinate representation of color #FA9AD4: hue angle of 323.75º 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 #FA9AD4 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 212 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.02 |
| HSL | 323.75º | 0.91% | 0.79% | - |
| HSV(B) | 323.75º | 0.38% | 0.98% | - |
| XYZ | 62.86 | 48.19 | 68.28 | - |
| YUV | 189.32 | 140.8 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 212 | 0 | 0.38 | 0.15 | 0.02 | 323.75 | 0.91 | 0.79 |
| Hex | FA | 9A | D4 | 0 | 26 | F | 2 | 144 | 5B | 4F |
| Octal | 372 | 232 | 324 | 0 | 46 | 17 | 2 | 504 | 133 | 117 |
| Binary | 11111010 | 10011010 | 11010100 | 0 | 100110 | 1111 | 10 | 101000100 | 1011011 | 1001111 |
Color Harmonies of #FA9AD4
Complementary color
Monochromatic Colors of #FA9AD4
Black with #FA9AD4
Text Example
Text Example
White with #FA9AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9AD4; }
p { color: rgb(250,154,212); }
H1.HeaderClassName
{
color: #FA9AD4;
}
.AnyTagClassName
{
color: #FA9AD4;
}
</style>
background-color css
<style>
a { background-color: #FA9AD4; }
a { background-color: rgb(250,154,212); }
div.DivClassName
{
background-color: #FA9AD4;
}
.BgClassName
{
background-color: #FA9AD4;
}
</style>
border-color css
<style>
span { border-color: #FA9AD4; }
span { border-color: rgb(250,154,212); }
td.TdClassName
{
border-color: #FA9AD4;
}
.TagClassName
{
border-color: #FA9AD4;
}
</style>