Shades of Lavender Rose #FE9CF6
Tints of Lavender Rose #FE9CF6
RGB
CMYK
RGB Variations
Color information
#FE9CF6 (or 0xFE9CF6) is known color: Lavender Rose. HEX triplet: FE, 9C and F6. RGB value is (254,156,246). Sum of RGB (Red+Green+Blue) = 254+156+246=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 156 (61.33% from 255 or 23.78% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9CF6 is #016309. Grayscale: #C3C3C3. Windows color (decimal): -90890 or 16162046. OLE color: 16162046.
HSL color Cylindrical-coordinate representation of color #FE9CF6: hue angle of 304.9º 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 #FE9CF6 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 246 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.00 |
| HSL | 304.9º | 0.98% | 0.8% | - |
| HSV(B) | 304.9º | 0.39% | 1% | - |
| XYZ | 69.4 | 51.5 | 93.47 | - |
| YUV | 195.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 246 | 0 | 0.39 | 0.03 | 0.00 | 304.9 | 0.98 | 0.8 |
| Hex | FE | 9C | F6 | 0 | 27 | 3 | 0 | 131 | 62 | 50 |
| Octal | 376 | 234 | 366 | 0 | 47 | 3 | 0 | 461 | 142 | 120 |
| Binary | 11111110 | 10011100 | 11110110 | 0 | 100111 | 11 | 0 | 100110001 | 1100010 | 1010000 |
Color Harmonies of #FE9CF6
Complementary color
Monochromatic Colors of #FE9CF6
Black with #FE9CF6
Text Example
Text Example
White with #FE9CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9CF6; }
p { color: rgb(254,156,246); }
H1.HeaderClassName
{
color: #FE9CF6;
}
.AnyTagClassName
{
color: #FE9CF6;
}
</style>
background-color css
<style>
a { background-color: #FE9CF6; }
a { background-color: rgb(254,156,246); }
div.DivClassName
{
background-color: #FE9CF6;
}
.BgClassName
{
background-color: #FE9CF6;
}
</style>
border-color css
<style>
span { border-color: #FE9CF6; }
span { border-color: rgb(254,156,246); }
td.TdClassName
{
border-color: #FE9CF6;
}
.TagClassName
{
border-color: #FE9CF6;
}
</style>