Shades of Lavender Rose #FE9CDF
Tints of Lavender Rose #FE9CDF
RGB
CMYK
RGB Variations
Color information
#FE9CDF (or 0xFE9CDF) is known color: Lavender Rose. HEX triplet: FE, 9C and DF. RGB value is (254,156,223). Sum of RGB (Red+Green+Blue) = 254+156+223=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 156 (61.33% from 255 or 24.64% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CDF is #016320. Grayscale: #C0C0C0. Windows color (decimal): -90913 or 14654718. OLE color: 14654718.
HSL color Cylindrical-coordinate representation of color #FE9CDF: hue angle of 318.98º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9CDF is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 223 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.00 |
| HSL | 318.98º | 0.98% | 0.8% | - |
| HSV(B) | 318.98º | 0.39% | 1% | - |
| XYZ | 66.08 | 50.18 | 76.01 | - |
| YUV | 192.94 | 144.97 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 223 | 0 | 0.39 | 0.12 | 0.00 | 318.98 | 0.98 | 0.8 |
| Hex | FE | 9C | DF | 0 | 27 | C | 0 | 13F | 62 | 50 |
| Octal | 376 | 234 | 337 | 0 | 47 | 14 | 0 | 477 | 142 | 120 |
| Binary | 11111110 | 10011100 | 11011111 | 0 | 100111 | 1100 | 0 | 100111111 | 1100010 | 1010000 |
Color Harmonies of #FE9CDF
Complementary color
Monochromatic Colors of #FE9CDF
Black with #FE9CDF
Text Example
Text Example
White with #FE9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9CDF; }
p { color: rgb(254,156,223); }
H1.HeaderClassName
{
color: #FE9CDF;
}
.AnyTagClassName
{
color: #FE9CDF;
}
</style>
background-color css
<style>
a { background-color: #FE9CDF; }
a { background-color: rgb(254,156,223); }
div.DivClassName
{
background-color: #FE9CDF;
}
.BgClassName
{
background-color: #FE9CDF;
}
</style>
border-color css
<style>
span { border-color: #FE9CDF; }
span { border-color: rgb(254,156,223); }
td.TdClassName
{
border-color: #FE9CDF;
}
.TagClassName
{
border-color: #FE9CDF;
}
</style>