Shades of Lavender Rose #FA9AF4
Tints of Lavender Rose #FA9AF4
RGB
CMYK
RGB Variations
Color information
#FA9AF4 (or 0xFA9AF4) is known color: Lavender Rose. HEX triplet: FA, 9A and F4. RGB value is (250,154,244). Sum of RGB (Red+Green+Blue) = 250+154+244=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 154 (60.55% from 255 or 23.77% from 648); Blue value is 244 (95.70% from 255 or 37.65% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9AF4 is #05650B. Grayscale: #C0C0C0. Windows color (decimal): -353548 or 16030458. OLE color: 16030458.
HSL color Cylindrical-coordinate representation of color #FA9AF4: hue angle of 303.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 #FA9AF4 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 244 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.02 |
| HSL | 303.75º | 0.91% | 0.79% | - |
| HSV(B) | 303.75º | 0.38% | 0.98% | - |
| XYZ | 67.31 | 49.97 | 91.68 | - |
| YUV | 192.96 | 156.8 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 244 | 0 | 0.38 | 0.02 | 0.02 | 303.75 | 0.91 | 0.79 |
| Hex | FA | 9A | F4 | 0 | 26 | 2 | 2 | 130 | 5B | 4F |
| Octal | 372 | 232 | 364 | 0 | 46 | 2 | 2 | 460 | 133 | 117 |
| Binary | 11111010 | 10011010 | 11110100 | 0 | 100110 | 10 | 10 | 100110000 | 1011011 | 1001111 |
Color Harmonies of #FA9AF4
Complementary color
Monochromatic Colors of #FA9AF4
Black with #FA9AF4
Text Example
Text Example
White with #FA9AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9AF4; }
p { color: rgb(250,154,244); }
H1.HeaderClassName
{
color: #FA9AF4;
}
.AnyTagClassName
{
color: #FA9AF4;
}
</style>
background-color css
<style>
a { background-color: #FA9AF4; }
a { background-color: rgb(250,154,244); }
div.DivClassName
{
background-color: #FA9AF4;
}
.BgClassName
{
background-color: #FA9AF4;
}
</style>
border-color css
<style>
span { border-color: #FA9AF4; }
span { border-color: rgb(250,154,244); }
td.TdClassName
{
border-color: #FA9AF4;
}
.TagClassName
{
border-color: #FA9AF4;
}
</style>