Shades of Lavender Rose #FE96F0
Tints of Lavender Rose #FE96F0
RGB
CMYK
RGB Variations
Color information
#FE96F0 (or 0xFE96F0) is known color: Lavender Rose. HEX triplet: FE, 96 and F0. RGB value is (254,150,240). Sum of RGB (Red+Green+Blue) = 254+150+240=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 150 (58.98% from 255 or 23.29% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE96F0 is #01690F. Grayscale: #BFBFBF. Windows color (decimal): -92432 or 15767294. OLE color: 15767294.
HSL color Cylindrical-coordinate representation of color #FE96F0: hue angle of 308.08º 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 #FE96F0 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 240 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.00 |
| HSL | 308.08º | 0.98% | 0.79% | - |
| HSV(B) | 308.08º | 0.41% | 1% | - |
| XYZ | 67.51 | 49.17 | 88.37 | - |
| YUV | 191.36 | 155.46 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 240 | 0 | 0.41 | 0.06 | 0.00 | 308.08 | 0.98 | 0.79 |
| Hex | FE | 96 | F0 | 0 | 29 | 6 | 0 | 134 | 62 | 4F |
| Octal | 376 | 226 | 360 | 0 | 51 | 6 | 0 | 464 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11110000 | 0 | 101001 | 110 | 0 | 100110100 | 1100010 | 1001111 |
Color Harmonies of #FE96F0
Complementary color
Monochromatic Colors of #FE96F0
Black with #FE96F0
Text Example
Text Example
White with #FE96F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96F0; }
p { color: rgb(254,150,240); }
H1.HeaderClassName
{
color: #FE96F0;
}
.AnyTagClassName
{
color: #FE96F0;
}
</style>
background-color css
<style>
a { background-color: #FE96F0; }
a { background-color: rgb(254,150,240); }
div.DivClassName
{
background-color: #FE96F0;
}
.BgClassName
{
background-color: #FE96F0;
}
</style>
border-color css
<style>
span { border-color: #FE96F0; }
span { border-color: rgb(254,150,240); }
td.TdClassName
{
border-color: #FE96F0;
}
.TagClassName
{
border-color: #FE96F0;
}
</style>