Shades of Lavender Rose #FF9CE1
Tints of Lavender Rose #FF9CE1
RGB
CMYK
RGB Variations
Color information
#FF9CE1 (or 0xFF9CE1) is known color: Lavender Rose. HEX triplet: FF, 9C and E1. RGB value is (255,156,225). Sum of RGB (Red+Green+Blue) = 255+156+225=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 156 (61.33% from 255 or 24.53% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CE1 is #00631E. Grayscale: #C1C1C1. Windows color (decimal): -25375 or 14785791. OLE color: 14785791.
HSL color Cylindrical-coordinate representation of color #FF9CE1: hue angle of 318.18º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9CE1 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 225 | - |
| CMYK | 0 | 0.39 | 0.12 | 0 |
| HSL | 318.18º | 1% | 0.81% | - |
| HSV(B) | 318.18º | 0.39% | 1% | - |
| XYZ | 66.72 | 50.47 | 77.46 | - |
| YUV | 193.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 225 | 0 | 0.39 | 0.12 | 0 | 318.18 | 1 | 0.81 |
| Hex | FF | 9C | E1 | 0 | 27 | C | 0 | 13E | 64 | 51 |
| Octal | 377 | 234 | 341 | 0 | 47 | 14 | 0 | 476 | 144 | 121 |
| Binary | 11111111 | 10011100 | 11100001 | 0 | 100111 | 1100 | 0 | 100111110 | 1100100 | 1010001 |
Color Harmonies of #FF9CE1
Complementary color
Monochromatic Colors of #FF9CE1
Black with #FF9CE1
Text Example
Text Example
White with #FF9CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CE1; }
p { color: rgb(255,156,225); }
H1.HeaderClassName
{
color: #FF9CE1;
}
.AnyTagClassName
{
color: #FF9CE1;
}
</style>
background-color css
<style>
a { background-color: #FF9CE1; }
a { background-color: rgb(255,156,225); }
div.DivClassName
{
background-color: #FF9CE1;
}
.BgClassName
{
background-color: #FF9CE1;
}
</style>
border-color css
<style>
span { border-color: #FF9CE1; }
span { border-color: rgb(255,156,225); }
td.TdClassName
{
border-color: #FF9CE1;
}
.TagClassName
{
border-color: #FF9CE1;
}
</style>