Shades of Lavender Rose #FF9CDA
Tints of Lavender Rose #FF9CDA
RGB
CMYK
RGB Variations
Color information
#FF9CDA (or 0xFF9CDA) is known color: Lavender Rose. HEX triplet: FF, 9C and DA. RGB value is (255,156,218). Sum of RGB (Red+Green+Blue) = 255+156+218=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 156 (61.33% from 255 or 24.80% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CDA is #006325. Grayscale: #C0C0C0. Windows color (decimal): -25382 or 14327039. OLE color: 14327039.
HSL color Cylindrical-coordinate representation of color #FF9CDA: hue angle of 322.42º 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 #FF9CDA is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 218 | - |
| CMYK | 0 | 0.39 | 0.15 | 0 |
| HSL | 322.42º | 1% | 0.81% | - |
| HSV(B) | 322.42º | 0.39% | 1% | - |
| XYZ | 65.78 | 50.1 | 72.53 | - |
| YUV | 192.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 218 | 0 | 0.39 | 0.15 | 0 | 322.42 | 1 | 0.81 |
| Hex | FF | 9C | DA | 0 | 27 | F | 0 | 142 | 64 | 51 |
| Octal | 377 | 234 | 332 | 0 | 47 | 17 | 0 | 502 | 144 | 121 |
| Binary | 11111111 | 10011100 | 11011010 | 0 | 100111 | 1111 | 0 | 101000010 | 1100100 | 1010001 |
Color Harmonies of #FF9CDA
Complementary color
Monochromatic Colors of #FF9CDA
Black with #FF9CDA
Text Example
Text Example
White with #FF9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CDA; }
p { color: rgb(255,156,218); }
H1.HeaderClassName
{
color: #FF9CDA;
}
.AnyTagClassName
{
color: #FF9CDA;
}
</style>
background-color css
<style>
a { background-color: #FF9CDA; }
a { background-color: rgb(255,156,218); }
div.DivClassName
{
background-color: #FF9CDA;
}
.BgClassName
{
background-color: #FF9CDA;
}
</style>
border-color css
<style>
span { border-color: #FF9CDA; }
span { border-color: rgb(255,156,218); }
td.TdClassName
{
border-color: #FF9CDA;
}
.TagClassName
{
border-color: #FF9CDA;
}
</style>