Shades of Lavender Rose #FF9CDE
Tints of Lavender Rose #FF9CDE
RGB
CMYK
RGB Variations
Color information
#FF9CDE (or 0xFF9CDE) is known color: Lavender Rose. HEX triplet: FF, 9C and DE. RGB value is (255,156,222). Sum of RGB (Red+Green+Blue) = 255+156+222=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 156 (61.33% from 255 or 24.64% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CDE is #006321. Grayscale: #C0C0C0. Windows color (decimal): -25378 or 14589183. OLE color: 14589183.
HSL color Cylindrical-coordinate representation of color #FF9CDE: hue angle of 320º 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 #FF9CDE is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 222 | - |
| CMYK | 0 | 0.39 | 0.13 | 0 |
| HSL | 320º | 1% | 0.81% | - |
| HSV(B) | 320º | 0.39% | 1% | - |
| XYZ | 66.31 | 50.31 | 75.32 | - |
| YUV | 193.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 222 | 0 | 0.39 | 0.13 | 0 | 320 | 1 | 0.81 |
| Hex | FF | 9C | DE | 0 | 27 | D | 0 | 140 | 64 | 51 |
| Octal | 377 | 234 | 336 | 0 | 47 | 15 | 0 | 500 | 144 | 121 |
| Binary | 11111111 | 10011100 | 11011110 | 0 | 100111 | 1101 | 0 | 101000000 | 1100100 | 1010001 |
Color Harmonies of #FF9CDE
Complementary color
Monochromatic Colors of #FF9CDE
Black with #FF9CDE
Text Example
Text Example
White with #FF9CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CDE; }
p { color: rgb(255,156,222); }
H1.HeaderClassName
{
color: #FF9CDE;
}
.AnyTagClassName
{
color: #FF9CDE;
}
</style>
background-color css
<style>
a { background-color: #FF9CDE; }
a { background-color: rgb(255,156,222); }
div.DivClassName
{
background-color: #FF9CDE;
}
.BgClassName
{
background-color: #FF9CDE;
}
</style>
border-color css
<style>
span { border-color: #FF9CDE; }
span { border-color: rgb(255,156,222); }
td.TdClassName
{
border-color: #FF9CDE;
}
.TagClassName
{
border-color: #FF9CDE;
}
</style>