Shades of Lavender Rose #FA9CEA
Tints of Lavender Rose #FA9CEA
RGB
CMYK
RGB Variations
Color information
#FA9CEA (or 0xFA9CEA) is known color: Lavender Rose. HEX triplet: FA, 9C and EA. RGB value is (250,156,234). Sum of RGB (Red+Green+Blue) = 250+156+234=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 156 (61.33% from 255 or 24.38% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9CEA is #056315. Grayscale: #C0C0C0. Windows color (decimal): -353046 or 15375610. OLE color: 15375610.
HSL color Cylindrical-coordinate representation of color #FA9CEA: hue angle of 310.21º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9CEA is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 156 | 234 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.02 |
| HSL | 310.21º | 0.9% | 0.8% | - |
| HSV(B) | 310.21º | 0.38% | 0.98% | - |
| XYZ | 66.16 | 50.04 | 84.01 | - |
| YUV | 193 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 156 | 234 | 0 | 0.38 | 0.06 | 0.02 | 310.21 | 0.9 | 0.8 |
| Hex | FA | 9C | EA | 0 | 26 | 6 | 2 | 136 | 5A | 50 |
| Octal | 372 | 234 | 352 | 0 | 46 | 6 | 2 | 466 | 132 | 120 |
| Binary | 11111010 | 10011100 | 11101010 | 0 | 100110 | 110 | 10 | 100110110 | 1011010 | 1010000 |
Color Harmonies of #FA9CEA
Complementary color
Monochromatic Colors of #FA9CEA
Black with #FA9CEA
Text Example
Text Example
White with #FA9CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9CEA; }
p { color: rgb(250,156,234); }
H1.HeaderClassName
{
color: #FA9CEA;
}
.AnyTagClassName
{
color: #FA9CEA;
}
</style>
background-color css
<style>
a { background-color: #FA9CEA; }
a { background-color: rgb(250,156,234); }
div.DivClassName
{
background-color: #FA9CEA;
}
.BgClassName
{
background-color: #FA9CEA;
}
</style>
border-color css
<style>
span { border-color: #FA9CEA; }
span { border-color: rgb(250,156,234); }
td.TdClassName
{
border-color: #FA9CEA;
}
.TagClassName
{
border-color: #FA9CEA;
}
</style>