Shades of Lavender Rose #FE9FF6
Tints of Lavender Rose #FE9FF6
RGB
CMYK
RGB Variations
Color information
#FE9FF6 (or 0xFE9FF6) is known color: Lavender Rose. HEX triplet: FE, 9F and F6. RGB value is (254,159,246). Sum of RGB (Red+Green+Blue) = 254+159+246=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 159 (62.5% from 255 or 24.13% from 659); Blue value is 246 (96.48% from 255 or 37.33% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9FF6 is #016009. Grayscale: #C5C5C5. Windows color (decimal): -90122 or 16162814. OLE color: 16162814.
HSL color Cylindrical-coordinate representation of color #FE9FF6: hue angle of 305.05º 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 #FE9FF6 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 246 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.00 |
| HSL | 305.05º | 0.98% | 0.81% | - |
| HSV(B) | 305.05º | 0.37% | 1% | - |
| XYZ | 69.91 | 52.52 | 93.64 | - |
| YUV | 197.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 246 | 0 | 0.37 | 0.03 | 0.00 | 305.05 | 0.98 | 0.81 |
| Hex | FE | 9F | F6 | 0 | 25 | 3 | 0 | 131 | 62 | 51 |
| Octal | 376 | 237 | 366 | 0 | 45 | 3 | 0 | 461 | 142 | 121 |
| Binary | 11111110 | 10011111 | 11110110 | 0 | 100101 | 11 | 0 | 100110001 | 1100010 | 1010001 |
Color Harmonies of #FE9FF6
Complementary color
Monochromatic Colors of #FE9FF6
Black with #FE9FF6
Text Example
Text Example
White with #FE9FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FF6; }
p { color: rgb(254,159,246); }
H1.HeaderClassName
{
color: #FE9FF6;
}
.AnyTagClassName
{
color: #FE9FF6;
}
</style>
background-color css
<style>
a { background-color: #FE9FF6; }
a { background-color: rgb(254,159,246); }
div.DivClassName
{
background-color: #FE9FF6;
}
.BgClassName
{
background-color: #FE9FF6;
}
</style>
border-color css
<style>
span { border-color: #FE9FF6; }
span { border-color: rgb(254,159,246); }
td.TdClassName
{
border-color: #FE9FF6;
}
.TagClassName
{
border-color: #FE9FF6;
}
</style>