Shades of Lavender Rose #FA9CE8
Tints of Lavender Rose #FA9CE8
RGB
CMYK
RGB Variations
Color information
#FA9CE8 (or 0xFA9CE8) is known color: Lavender Rose. HEX triplet: FA, 9C and E8. RGB value is (250,156,232). Sum of RGB (Red+Green+Blue) = 250+156+232=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 156 (61.33% from 255 or 24.45% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9CE8 is #056317. Grayscale: #C0C0C0. Windows color (decimal): -353048 or 15244538. OLE color: 15244538.
HSL color Cylindrical-coordinate representation of color #FA9CE8: hue angle of 311.49º 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 #FA9CE8 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 156 | 232 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.02 |
| HSL | 311.49º | 0.9% | 0.8% | - |
| HSV(B) | 311.49º | 0.38% | 0.98% | - |
| XYZ | 65.88 | 49.93 | 82.51 | - |
| YUV | 192.77 | 150.14 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 156 | 232 | 0 | 0.38 | 0.07 | 0.02 | 311.49 | 0.9 | 0.8 |
| Hex | FA | 9C | E8 | 0 | 26 | 7 | 2 | 137 | 5A | 50 |
| Octal | 372 | 234 | 350 | 0 | 46 | 7 | 2 | 467 | 132 | 120 |
| Binary | 11111010 | 10011100 | 11101000 | 0 | 100110 | 111 | 10 | 100110111 | 1011010 | 1010000 |
Color Harmonies of #FA9CE8
Complementary color
Monochromatic Colors of #FA9CE8
Black with #FA9CE8
Text Example
Text Example
White with #FA9CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9CE8; }
p { color: rgb(250,156,232); }
H1.HeaderClassName
{
color: #FA9CE8;
}
.AnyTagClassName
{
color: #FA9CE8;
}
</style>
background-color css
<style>
a { background-color: #FA9CE8; }
a { background-color: rgb(250,156,232); }
div.DivClassName
{
background-color: #FA9CE8;
}
.BgClassName
{
background-color: #FA9CE8;
}
</style>
border-color css
<style>
span { border-color: #FA9CE8; }
span { border-color: rgb(250,156,232); }
td.TdClassName
{
border-color: #FA9CE8;
}
.TagClassName
{
border-color: #FA9CE8;
}
</style>