Shades of Lavender Rose #FF9CEF
Tints of Lavender Rose #FF9CEF
RGB
CMYK
RGB Variations
Color information
#FF9CEF (or 0xFF9CEF) is known color: Lavender Rose. HEX triplet: FF, 9C and EF. RGB value is (255,156,239). Sum of RGB (Red+Green+Blue) = 255+156+239=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 156 (61.33% from 255 or 24% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9CEF is #006310. Grayscale: #C2C2C2. Windows color (decimal): -25361 or 15703295. OLE color: 15703295.
HSL color Cylindrical-coordinate representation of color #FF9CEF: hue angle of 309.7º 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 #FF9CEF is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 239 | - |
| CMYK | 0 | 0.39 | 0.06 | 0 |
| HSL | 309.7º | 1% | 0.81% | - |
| HSV(B) | 309.7º | 0.39% | 1% | - |
| XYZ | 68.71 | 51.27 | 87.94 | - |
| YUV | 195.06 | 152.8 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 239 | 0 | 0.39 | 0.06 | 0 | 309.7 | 1 | 0.81 |
| Hex | FF | 9C | EF | 0 | 27 | 6 | 0 | 136 | 64 | 51 |
| Octal | 377 | 234 | 357 | 0 | 47 | 6 | 0 | 466 | 144 | 121 |
| Binary | 11111111 | 10011100 | 11101111 | 0 | 100111 | 110 | 0 | 100110110 | 1100100 | 1010001 |
Color Harmonies of #FF9CEF
Complementary color
Monochromatic Colors of #FF9CEF
Black with #FF9CEF
Text Example
Text Example
White with #FF9CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CEF; }
p { color: rgb(255,156,239); }
H1.HeaderClassName
{
color: #FF9CEF;
}
.AnyTagClassName
{
color: #FF9CEF;
}
</style>
background-color css
<style>
a { background-color: #FF9CEF; }
a { background-color: rgb(255,156,239); }
div.DivClassName
{
background-color: #FF9CEF;
}
.BgClassName
{
background-color: #FF9CEF;
}
</style>
border-color css
<style>
span { border-color: #FF9CEF; }
span { border-color: rgb(255,156,239); }
td.TdClassName
{
border-color: #FF9CEF;
}
.TagClassName
{
border-color: #FF9CEF;
}
</style>