Shades of Lavender Rose #FE95F0
Tints of Lavender Rose #FE95F0
RGB
CMYK
RGB Variations
Color information
#FE95F0 (or 0xFE95F0) is known color: Lavender Rose. HEX triplet: FE, 95 and F0. RGB value is (254,149,240). Sum of RGB (Red+Green+Blue) = 254+149+240=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 149 (58.59% from 255 or 23.17% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE95F0 is #016A0F. Grayscale: #BEBEBE. Windows color (decimal): -92688 or 15767038. OLE color: 15767038.
HSL color Cylindrical-coordinate representation of color #FE95F0: hue angle of 308º 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 #FE95F0 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 240 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.00 |
| HSL | 308º | 0.98% | 0.79% | - |
| HSV(B) | 308º | 0.41% | 1% | - |
| XYZ | 67.35 | 48.86 | 88.32 | - |
| YUV | 190.77 | 155.79 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 240 | 0 | 0.41 | 0.06 | 0.00 | 308 | 0.98 | 0.79 |
| Hex | FE | 95 | F0 | 0 | 29 | 6 | 0 | 134 | 62 | 4F |
| Octal | 376 | 225 | 360 | 0 | 51 | 6 | 0 | 464 | 142 | 117 |
| Binary | 11111110 | 10010101 | 11110000 | 0 | 101001 | 110 | 0 | 100110100 | 1100010 | 1001111 |
Color Harmonies of #FE95F0
Complementary color
Monochromatic Colors of #FE95F0
Black with #FE95F0
Text Example
Text Example
White with #FE95F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE95F0; }
p { color: rgb(254,149,240); }
H1.HeaderClassName
{
color: #FE95F0;
}
.AnyTagClassName
{
color: #FE95F0;
}
</style>
background-color css
<style>
a { background-color: #FE95F0; }
a { background-color: rgb(254,149,240); }
div.DivClassName
{
background-color: #FE95F0;
}
.BgClassName
{
background-color: #FE95F0;
}
</style>
border-color css
<style>
span { border-color: #FE95F0; }
span { border-color: rgb(254,149,240); }
td.TdClassName
{
border-color: #FE95F0;
}
.TagClassName
{
border-color: #FE95F0;
}
</style>