Shades of Lavender Rose #FA9AE7
Tints of Lavender Rose #FA9AE7
RGB
CMYK
RGB Variations
Color information
#FA9AE7 (or 0xFA9AE7) is known color: Lavender Rose. HEX triplet: FA, 9A and E7. RGB value is (250,154,231). Sum of RGB (Red+Green+Blue) = 250+154+231=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 154 (60.55% from 255 or 24.25% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9AE7 is #056518. Grayscale: #BFBFBF. Windows color (decimal): -353561 or 15178490. OLE color: 15178490.
HSL color Cylindrical-coordinate representation of color #FA9AE7: hue angle of 311.88º 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 #FA9AE7 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 231 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.02 |
| HSL | 311.88º | 0.91% | 0.79% | - |
| HSV(B) | 311.88º | 0.38% | 0.98% | - |
| XYZ | 65.4 | 49.2 | 81.65 | - |
| YUV | 191.48 | 150.3 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 231 | 0 | 0.38 | 0.08 | 0.02 | 311.88 | 0.91 | 0.79 |
| Hex | FA | 9A | E7 | 0 | 26 | 8 | 2 | 138 | 5B | 4F |
| Octal | 372 | 232 | 347 | 0 | 46 | 10 | 2 | 470 | 133 | 117 |
| Binary | 11111010 | 10011010 | 11100111 | 0 | 100110 | 1000 | 10 | 100111000 | 1011011 | 1001111 |
Color Harmonies of #FA9AE7
Complementary color
Monochromatic Colors of #FA9AE7
Black with #FA9AE7
Text Example
Text Example
White with #FA9AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9AE7; }
p { color: rgb(250,154,231); }
H1.HeaderClassName
{
color: #FA9AE7;
}
.AnyTagClassName
{
color: #FA9AE7;
}
</style>
background-color css
<style>
a { background-color: #FA9AE7; }
a { background-color: rgb(250,154,231); }
div.DivClassName
{
background-color: #FA9AE7;
}
.BgClassName
{
background-color: #FA9AE7;
}
</style>
border-color css
<style>
span { border-color: #FA9AE7; }
span { border-color: rgb(250,154,231); }
td.TdClassName
{
border-color: #FA9AE7;
}
.TagClassName
{
border-color: #FA9AE7;
}
</style>