Shades of Lavender Rose #FE96E6
Tints of Lavender Rose #FE96E6
RGB
CMYK
RGB Variations
Color information
#FE96E6 (or 0xFE96E6) is known color: Lavender Rose. HEX triplet: FE, 96 and E6. RGB value is (254,150,230). Sum of RGB (Red+Green+Blue) = 254+150+230=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 150 (58.98% from 255 or 23.66% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE96E6 is #016919. Grayscale: #BEBEBE. Windows color (decimal): -92442 or 15111934. OLE color: 15111934.
HSL color Cylindrical-coordinate representation of color #FE96E6: hue angle of 313.85º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FE96E6 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 230 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.00 |
| HSL | 313.85º | 0.98% | 0.79% | - |
| HSV(B) | 313.85º | 0.41% | 1% | - |
| XYZ | 66.06 | 48.6 | 80.76 | - |
| YUV | 190.22 | 150.46 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 230 | 0 | 0.41 | 0.09 | 0.00 | 313.85 | 0.98 | 0.79 |
| Hex | FE | 96 | E6 | 0 | 29 | 9 | 0 | 13A | 62 | 4F |
| Octal | 376 | 226 | 346 | 0 | 51 | 11 | 0 | 472 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11100110 | 0 | 101001 | 1001 | 0 | 100111010 | 1100010 | 1001111 |
Color Harmonies of #FE96E6
Complementary color
Monochromatic Colors of #FE96E6
Black with #FE96E6
Text Example
Text Example
White with #FE96E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96E6; }
p { color: rgb(254,150,230); }
H1.HeaderClassName
{
color: #FE96E6;
}
.AnyTagClassName
{
color: #FE96E6;
}
</style>
background-color css
<style>
a { background-color: #FE96E6; }
a { background-color: rgb(254,150,230); }
div.DivClassName
{
background-color: #FE96E6;
}
.BgClassName
{
background-color: #FE96E6;
}
</style>
border-color css
<style>
span { border-color: #FE96E6; }
span { border-color: rgb(254,150,230); }
td.TdClassName
{
border-color: #FE96E6;
}
.TagClassName
{
border-color: #FE96E6;
}
</style>