Shades of Lavender Rose #FF9CE3
Tints of Lavender Rose #FF9CE3
RGB
CMYK
RGB Variations
Color information
#FF9CE3 (or 0xFF9CE3) is known color: Lavender Rose. HEX triplet: FF, 9C and E3. RGB value is (255,156,227). Sum of RGB (Red+Green+Blue) = 255+156+227=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 156 (61.33% from 255 or 24.45% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CE3 is #00631C. Grayscale: #C1C1C1. Windows color (decimal): -25373 or 14916863. OLE color: 14916863.
HSL color Cylindrical-coordinate representation of color #FF9CE3: hue angle of 316.97º 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 #FF9CE3 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 227 | - |
| CMYK | 0 | 0.39 | 0.11 | 0 |
| HSL | 316.97º | 1% | 0.81% | - |
| HSV(B) | 316.97º | 0.39% | 1% | - |
| XYZ | 66.99 | 50.58 | 78.91 | - |
| YUV | 193.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 227 | 0 | 0.39 | 0.11 | 0 | 316.97 | 1 | 0.81 |
| Hex | FF | 9C | E3 | 0 | 27 | B | 0 | 13D | 64 | 51 |
| Octal | 377 | 234 | 343 | 0 | 47 | 13 | 0 | 475 | 144 | 121 |
| Binary | 11111111 | 10011100 | 11100011 | 0 | 100111 | 1011 | 0 | 100111101 | 1100100 | 1010001 |
Color Harmonies of #FF9CE3
Complementary color
Monochromatic Colors of #FF9CE3
Black with #FF9CE3
Text Example
Text Example
White with #FF9CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CE3; }
p { color: rgb(255,156,227); }
H1.HeaderClassName
{
color: #FF9CE3;
}
.AnyTagClassName
{
color: #FF9CE3;
}
</style>
background-color css
<style>
a { background-color: #FF9CE3; }
a { background-color: rgb(255,156,227); }
div.DivClassName
{
background-color: #FF9CE3;
}
.BgClassName
{
background-color: #FF9CE3;
}
</style>
border-color css
<style>
span { border-color: #FF9CE3; }
span { border-color: rgb(255,156,227); }
td.TdClassName
{
border-color: #FF9CE3;
}
.TagClassName
{
border-color: #FF9CE3;
}
</style>