Shades of Lavender Rose #FF9CEA
Tints of Lavender Rose #FF9CEA
RGB
CMYK
RGB Variations
Color information
#FF9CEA (or 0xFF9CEA) is known color: Lavender Rose. HEX triplet: FF, 9C and EA. RGB value is (255,156,234). Sum of RGB (Red+Green+Blue) = 255+156+234=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 156 (61.33% from 255 or 24.19% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9CEA is #006315. Grayscale: #C2C2C2. Windows color (decimal): -25366 or 15375615. OLE color: 15375615.
HSL color Cylindrical-coordinate representation of color #FF9CEA: hue angle of 312.73º 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 #FF9CEA is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 234 | - |
| CMYK | 0 | 0.39 | 0.08 | 0 |
| HSL | 312.73º | 1% | 0.81% | - |
| HSV(B) | 312.73º | 0.39% | 1% | - |
| XYZ | 67.98 | 50.98 | 84.1 | - |
| YUV | 194.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 234 | 0 | 0.39 | 0.08 | 0 | 312.73 | 1 | 0.81 |
| Hex | FF | 9C | EA | 0 | 27 | 8 | 0 | 139 | 64 | 51 |
| Octal | 377 | 234 | 352 | 0 | 47 | 10 | 0 | 471 | 144 | 121 |
| Binary | 11111111 | 10011100 | 11101010 | 0 | 100111 | 1000 | 0 | 100111001 | 1100100 | 1010001 |
Color Harmonies of #FF9CEA
Complementary color
Monochromatic Colors of #FF9CEA
Black with #FF9CEA
Text Example
Text Example
White with #FF9CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CEA; }
p { color: rgb(255,156,234); }
H1.HeaderClassName
{
color: #FF9CEA;
}
.AnyTagClassName
{
color: #FF9CEA;
}
</style>
background-color css
<style>
a { background-color: #FF9CEA; }
a { background-color: rgb(255,156,234); }
div.DivClassName
{
background-color: #FF9CEA;
}
.BgClassName
{
background-color: #FF9CEA;
}
</style>
border-color css
<style>
span { border-color: #FF9CEA; }
span { border-color: rgb(255,156,234); }
td.TdClassName
{
border-color: #FF9CEA;
}
.TagClassName
{
border-color: #FF9CEA;
}
</style>