Shades of Lavender Rose #FE9DDF
Tints of Lavender Rose #FE9DDF
RGB
CMYK
RGB Variations
Color information
#FE9DDF (or 0xFE9DDF) is known color: Lavender Rose. HEX triplet: FE, 9D and DF. RGB value is (254,157,223). Sum of RGB (Red+Green+Blue) = 254+157+223=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 157 (61.72% from 255 or 24.76% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DDF is #016220. Grayscale: #C1C1C1. Windows color (decimal): -90657 or 14654974. OLE color: 14654974.
HSL color Cylindrical-coordinate representation of color #FE9DDF: hue angle of 319.18º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9DDF is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 223 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.00 |
| HSL | 319.18º | 0.98% | 0.81% | - |
| HSV(B) | 319.18º | 0.38% | 1% | - |
| XYZ | 66.25 | 50.51 | 76.07 | - |
| YUV | 193.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 223 | 0 | 0.38 | 0.12 | 0.00 | 319.18 | 0.98 | 0.81 |
| Hex | FE | 9D | DF | 0 | 26 | C | 0 | 13F | 62 | 51 |
| Octal | 376 | 235 | 337 | 0 | 46 | 14 | 0 | 477 | 142 | 121 |
| Binary | 11111110 | 10011101 | 11011111 | 0 | 100110 | 1100 | 0 | 100111111 | 1100010 | 1010001 |
Color Harmonies of #FE9DDF
Complementary color
Monochromatic Colors of #FE9DDF
Black with #FE9DDF
Text Example
Text Example
White with #FE9DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9DDF; }
p { color: rgb(254,157,223); }
H1.HeaderClassName
{
color: #FE9DDF;
}
.AnyTagClassName
{
color: #FE9DDF;
}
</style>
background-color css
<style>
a { background-color: #FE9DDF; }
a { background-color: rgb(254,157,223); }
div.DivClassName
{
background-color: #FE9DDF;
}
.BgClassName
{
background-color: #FE9DDF;
}
</style>
border-color css
<style>
span { border-color: #FE9DDF; }
span { border-color: rgb(254,157,223); }
td.TdClassName
{
border-color: #FE9DDF;
}
.TagClassName
{
border-color: #FE9DDF;
}
</style>