Shades of Lavender Rose #FA9CE3
Tints of Lavender Rose #FA9CE3
RGB
CMYK
RGB Variations
Color information
#FA9CE3 (or 0xFA9CE3) is known color: Lavender Rose. HEX triplet: FA, 9C and E3. RGB value is (250,156,227). Sum of RGB (Red+Green+Blue) = 250+156+227=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 156 (61.33% from 255 or 24.64% from 633); Blue value is 227 (89.06% from 255 or 35.86% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9CE3 is #05631C. Grayscale: #C0C0C0. Windows color (decimal): -353053 or 14916858. OLE color: 14916858.
HSL color Cylindrical-coordinate representation of color #FA9CE3: hue angle of 314.68º 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 #FA9CE3 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 156 | 227 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.02 |
| HSL | 314.68º | 0.9% | 0.8% | - |
| HSV(B) | 314.68º | 0.38% | 0.98% | - |
| XYZ | 65.18 | 49.65 | 78.82 | - |
| YUV | 192.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 156 | 227 | 0 | 0.38 | 0.09 | 0.02 | 314.68 | 0.9 | 0.8 |
| Hex | FA | 9C | E3 | 0 | 26 | 9 | 2 | 13B | 5A | 50 |
| Octal | 372 | 234 | 343 | 0 | 46 | 11 | 2 | 473 | 132 | 120 |
| Binary | 11111010 | 10011100 | 11100011 | 0 | 100110 | 1001 | 10 | 100111011 | 1011010 | 1010000 |
Color Harmonies of #FA9CE3
Complementary color
Monochromatic Colors of #FA9CE3
Black with #FA9CE3
Text Example
Text Example
White with #FA9CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9CE3; }
p { color: rgb(250,156,227); }
H1.HeaderClassName
{
color: #FA9CE3;
}
.AnyTagClassName
{
color: #FA9CE3;
}
</style>
background-color css
<style>
a { background-color: #FA9CE3; }
a { background-color: rgb(250,156,227); }
div.DivClassName
{
background-color: #FA9CE3;
}
.BgClassName
{
background-color: #FA9CE3;
}
</style>
border-color css
<style>
span { border-color: #FA9CE3; }
span { border-color: rgb(250,156,227); }
td.TdClassName
{
border-color: #FA9CE3;
}
.TagClassName
{
border-color: #FA9CE3;
}
</style>