Shades of Lavender Rose #FE9FDC
Tints of Lavender Rose #FE9FDC
RGB
CMYK
RGB Variations
Color information
#FE9FDC (or 0xFE9FDC) is known color: Lavender Rose. HEX triplet: FE, 9F and DC. RGB value is (254,159,220). Sum of RGB (Red+Green+Blue) = 254+159+220=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 159 (62.5% from 255 or 25.12% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FDC is #016023. Grayscale: #C2C2C2. Windows color (decimal): -90148 or 14458878. OLE color: 14458878.
HSL color Cylindrical-coordinate representation of color #FE9FDC: hue angle of 321.47º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FE9FDC is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 220 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.00 |
| HSL | 321.47º | 0.98% | 0.81% | - |
| HSV(B) | 321.47º | 0.37% | 1% | - |
| XYZ | 66.19 | 51.03 | 74.07 | - |
| YUV | 194.36 | 142.47 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 220 | 0 | 0.37 | 0.13 | 0.00 | 321.47 | 0.98 | 0.81 |
| Hex | FE | 9F | DC | 0 | 25 | D | 0 | 141 | 62 | 51 |
| Octal | 376 | 237 | 334 | 0 | 45 | 15 | 0 | 501 | 142 | 121 |
| Binary | 11111110 | 10011111 | 11011100 | 0 | 100101 | 1101 | 0 | 101000001 | 1100010 | 1010001 |
Color Harmonies of #FE9FDC
Complementary color
Monochromatic Colors of #FE9FDC
Black with #FE9FDC
Text Example
Text Example
White with #FE9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FDC; }
p { color: rgb(254,159,220); }
H1.HeaderClassName
{
color: #FE9FDC;
}
.AnyTagClassName
{
color: #FE9FDC;
}
</style>
background-color css
<style>
a { background-color: #FE9FDC; }
a { background-color: rgb(254,159,220); }
div.DivClassName
{
background-color: #FE9FDC;
}
.BgClassName
{
background-color: #FE9FDC;
}
</style>
border-color css
<style>
span { border-color: #FE9FDC; }
span { border-color: rgb(254,159,220); }
td.TdClassName
{
border-color: #FE9FDC;
}
.TagClassName
{
border-color: #FE9FDC;
}
</style>