Shades of Lavender Rose #FF9CDC
Tints of Lavender Rose #FF9CDC
RGB
CMYK
RGB Variations
Color information
#FF9CDC (or 0xFF9CDC) is known color: Lavender Rose. HEX triplet: FF, 9C and DC. RGB value is (255,156,220). Sum of RGB (Red+Green+Blue) = 255+156+220=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 156 (61.33% from 255 or 24.72% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CDC is #006323. Grayscale: #C0C0C0. Windows color (decimal): -25380 or 14458111. OLE color: 14458111.
HSL color Cylindrical-coordinate representation of color #FF9CDC: hue angle of 321.21º 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 #FF9CDC is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 220 | - |
| CMYK | 0 | 0.39 | 0.14 | 0 |
| HSL | 321.21º | 1% | 0.81% | - |
| HSV(B) | 321.21º | 0.39% | 1% | - |
| XYZ | 66.05 | 50.2 | 73.92 | - |
| YUV | 192.9 | 143.3 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 220 | 0 | 0.39 | 0.14 | 0 | 321.21 | 1 | 0.81 |
| Hex | FF | 9C | DC | 0 | 27 | E | 0 | 141 | 64 | 51 |
| Octal | 377 | 234 | 334 | 0 | 47 | 16 | 0 | 501 | 144 | 121 |
| Binary | 11111111 | 10011100 | 11011100 | 0 | 100111 | 1110 | 0 | 101000001 | 1100100 | 1010001 |
Color Harmonies of #FF9CDC
Complementary color
Monochromatic Colors of #FF9CDC
Black with #FF9CDC
Text Example
Text Example
White with #FF9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CDC; }
p { color: rgb(255,156,220); }
H1.HeaderClassName
{
color: #FF9CDC;
}
.AnyTagClassName
{
color: #FF9CDC;
}
</style>
background-color css
<style>
a { background-color: #FF9CDC; }
a { background-color: rgb(255,156,220); }
div.DivClassName
{
background-color: #FF9CDC;
}
.BgClassName
{
background-color: #FF9CDC;
}
</style>
border-color css
<style>
span { border-color: #FF9CDC; }
span { border-color: rgb(255,156,220); }
td.TdClassName
{
border-color: #FF9CDC;
}
.TagClassName
{
border-color: #FF9CDC;
}
</style>