Shades of Lavender Rose #FA9DD4
Tints of Lavender Rose #FA9DD4
RGB
CMYK
RGB Variations
Color information
#FA9DD4 (or 0xFA9DD4) is known color: Lavender Rose. HEX triplet: FA, 9D and D4. RGB value is (250,157,212). Sum of RGB (Red+Green+Blue) = 250+157+212=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DD4 is #05622B. Grayscale: #BEBEBE. Windows color (decimal): -352812 or 13934074. OLE color: 13934074.
HSL color Cylindrical-coordinate representation of color #FA9DD4: hue angle of 324.52º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FA9DD4 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 212 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.02 |
| HSL | 324.52º | 0.9% | 0.8% | - |
| HSV(B) | 324.52º | 0.37% | 0.98% | - |
| XYZ | 63.36 | 49.19 | 68.44 | - |
| YUV | 191.08 | 139.81 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 212 | 0 | 0.37 | 0.15 | 0.02 | 324.52 | 0.9 | 0.8 |
| Hex | FA | 9D | D4 | 0 | 25 | F | 2 | 145 | 5A | 50 |
| Octal | 372 | 235 | 324 | 0 | 45 | 17 | 2 | 505 | 132 | 120 |
| Binary | 11111010 | 10011101 | 11010100 | 0 | 100101 | 1111 | 10 | 101000101 | 1011010 | 1010000 |
Color Harmonies of #FA9DD4
Complementary color
Monochromatic Colors of #FA9DD4
Black with #FA9DD4
Text Example
Text Example
White with #FA9DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9DD4; }
p { color: rgb(250,157,212); }
H1.HeaderClassName
{
color: #FA9DD4;
}
.AnyTagClassName
{
color: #FA9DD4;
}
</style>
background-color css
<style>
a { background-color: #FA9DD4; }
a { background-color: rgb(250,157,212); }
div.DivClassName
{
background-color: #FA9DD4;
}
.BgClassName
{
background-color: #FA9DD4;
}
</style>
border-color css
<style>
span { border-color: #FA9DD4; }
span { border-color: rgb(250,157,212); }
td.TdClassName
{
border-color: #FA9DD4;
}
.TagClassName
{
border-color: #FA9DD4;
}
</style>