Shades of Lavender Rose #FF9CE5
Tints of Lavender Rose #FF9CE5
RGB
CMYK
RGB Variations
Color information
#FF9CE5 (or 0xFF9CE5) is known color: Lavender Rose. HEX triplet: FF, 9C and E5. RGB value is (255,156,229). Sum of RGB (Red+Green+Blue) = 255+156+229=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 156 (61.33% from 255 or 24.38% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CE5 is #00631A. Grayscale: #C1C1C1. Windows color (decimal): -25371 or 15047935. OLE color: 15047935.
HSL color Cylindrical-coordinate representation of color #FF9CE5: hue angle of 315.76º 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 #FF9CE5 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 229 | - |
| CMYK | 0 | 0.39 | 0.10 | 0 |
| HSL | 315.76º | 1% | 0.81% | - |
| HSV(B) | 315.76º | 0.39% | 1% | - |
| XYZ | 67.27 | 50.69 | 80.37 | - |
| YUV | 193.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 229 | 0 | 0.39 | 0.10 | 0 | 315.76 | 1 | 0.81 |
| Hex | FF | 9C | E5 | 0 | 27 | A | 0 | 13C | 64 | 51 |
| Octal | 377 | 234 | 345 | 0 | 47 | 12 | 0 | 474 | 144 | 121 |
| Binary | 11111111 | 10011100 | 11100101 | 0 | 100111 | 1010 | 0 | 100111100 | 1100100 | 1010001 |
Color Harmonies of #FF9CE5
Complementary color
Monochromatic Colors of #FF9CE5
Black with #FF9CE5
Text Example
Text Example
White with #FF9CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CE5; }
p { color: rgb(255,156,229); }
H1.HeaderClassName
{
color: #FF9CE5;
}
.AnyTagClassName
{
color: #FF9CE5;
}
</style>
background-color css
<style>
a { background-color: #FF9CE5; }
a { background-color: rgb(255,156,229); }
div.DivClassName
{
background-color: #FF9CE5;
}
.BgClassName
{
background-color: #FF9CE5;
}
</style>
border-color css
<style>
span { border-color: #FF9CE5; }
span { border-color: rgb(255,156,229); }
td.TdClassName
{
border-color: #FF9CE5;
}
.TagClassName
{
border-color: #FF9CE5;
}
</style>