Shades of Lavender Rose #FE9FFC
Tints of Lavender Rose #FE9FFC
RGB
CMYK
RGB Variations
Color information
#FE9FFC (or 0xFE9FFC) is known color: Lavender Rose. HEX triplet: FE, 9F and FC. RGB value is (254,159,252). Sum of RGB (Red+Green+Blue) = 254+159+252=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 159 (62.5% from 255 or 23.91% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9FFC is #016003. Grayscale: #C5C5C5. Windows color (decimal): -90116 or 16556030. OLE color: 16556030.
HSL color Cylindrical-coordinate representation of color #FE9FFC: hue angle of 301.26º 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 #FE9FFC is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 252 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.00 |
| HSL | 301.26º | 0.98% | 0.81% | - |
| HSV(B) | 301.26º | 0.37% | 1% | - |
| XYZ | 70.84 | 52.9 | 98.57 | - |
| YUV | 198.01 | 158.47 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 252 | 0 | 0.37 | 0.01 | 0.00 | 301.26 | 0.98 | 0.81 |
| Hex | FE | 9F | FC | 0 | 25 | 1 | 0 | 12D | 62 | 51 |
| Octal | 376 | 237 | 374 | 0 | 45 | 1 | 0 | 455 | 142 | 121 |
| Binary | 11111110 | 10011111 | 11111100 | 0 | 100101 | 1 | 0 | 100101101 | 1100010 | 1010001 |
Color Harmonies of #FE9FFC
Complementary color
Monochromatic Colors of #FE9FFC
Black with #FE9FFC
Text Example
Text Example
White with #FE9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FFC; }
p { color: rgb(254,159,252); }
H1.HeaderClassName
{
color: #FE9FFC;
}
.AnyTagClassName
{
color: #FE9FFC;
}
</style>
background-color css
<style>
a { background-color: #FE9FFC; }
a { background-color: rgb(254,159,252); }
div.DivClassName
{
background-color: #FE9FFC;
}
.BgClassName
{
background-color: #FE9FFC;
}
</style>
border-color css
<style>
span { border-color: #FE9FFC; }
span { border-color: rgb(254,159,252); }
td.TdClassName
{
border-color: #FE9FFC;
}
.TagClassName
{
border-color: #FE9FFC;
}
</style>