Shades of Lavender Rose #FF9CDF
Tints of Lavender Rose #FF9CDF
RGB
CMYK
RGB Variations
Color information
#FF9CDF (or 0xFF9CDF) is known color: Lavender Rose. HEX triplet: FF, 9C and DF. RGB value is (255,156,223). Sum of RGB (Red+Green+Blue) = 255+156+223=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 156 (61.33% from 255 or 24.61% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CDF is #006320. Grayscale: #C1C1C1. Windows color (decimal): -25377 or 14654719. OLE color: 14654719.
HSL color Cylindrical-coordinate representation of color #FF9CDF: hue angle of 319.39º 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 #FF9CDF is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 223 | - |
| CMYK | 0 | 0.39 | 0.13 | 0 |
| HSL | 319.39º | 1% | 0.81% | - |
| HSV(B) | 319.39º | 0.39% | 1% | - |
| XYZ | 66.45 | 50.36 | 76.03 | - |
| YUV | 193.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 223 | 0 | 0.39 | 0.13 | 0 | 319.39 | 1 | 0.81 |
| Hex | FF | 9C | DF | 0 | 27 | D | 0 | 13F | 64 | 51 |
| Octal | 377 | 234 | 337 | 0 | 47 | 15 | 0 | 477 | 144 | 121 |
| Binary | 11111111 | 10011100 | 11011111 | 0 | 100111 | 1101 | 0 | 100111111 | 1100100 | 1010001 |
Color Harmonies of #FF9CDF
Complementary color
Monochromatic Colors of #FF9CDF
Black with #FF9CDF
Text Example
Text Example
White with #FF9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CDF; }
p { color: rgb(255,156,223); }
H1.HeaderClassName
{
color: #FF9CDF;
}
.AnyTagClassName
{
color: #FF9CDF;
}
</style>
background-color css
<style>
a { background-color: #FF9CDF; }
a { background-color: rgb(255,156,223); }
div.DivClassName
{
background-color: #FF9CDF;
}
.BgClassName
{
background-color: #FF9CDF;
}
</style>
border-color css
<style>
span { border-color: #FF9CDF; }
span { border-color: rgb(255,156,223); }
td.TdClassName
{
border-color: #FF9CDF;
}
.TagClassName
{
border-color: #FF9CDF;
}
</style>