Shades of Lavender Rose #FE95D5
Tints of Lavender Rose #FE95D5
RGB
CMYK
RGB Variations
Color information
#FE95D5 (or 0xFE95D5) is known color: Lavender Rose. HEX triplet: FE, 95 and D5. RGB value is (254,149,213). Sum of RGB (Red+Green+Blue) = 254+149+213=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 149 (58.59% from 255 or 24.19% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE95D5 is #016A2A. Grayscale: #BBBBBB. Windows color (decimal): -92715 or 13997566. OLE color: 13997566.
HSL color Cylindrical-coordinate representation of color #FE95D5: hue angle of 323.43º 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 #FE95D5 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 213 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.00 |
| HSL | 323.43º | 0.98% | 0.79% | - |
| HSV(B) | 323.43º | 0.41% | 1% | - |
| XYZ | 63.63 | 47.37 | 68.74 | - |
| YUV | 187.69 | 142.29 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 213 | 0 | 0.41 | 0.16 | 0.00 | 323.43 | 0.98 | 0.79 |
| Hex | FE | 95 | D5 | 0 | 29 | 10 | 0 | 143 | 62 | 4F |
| Octal | 376 | 225 | 325 | 0 | 51 | 20 | 0 | 503 | 142 | 117 |
| Binary | 11111110 | 10010101 | 11010101 | 0 | 101001 | 10000 | 0 | 101000011 | 1100010 | 1001111 |
Color Harmonies of #FE95D5
Complementary color
Monochromatic Colors of #FE95D5
Black with #FE95D5
Text Example
Text Example
White with #FE95D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE95D5; }
p { color: rgb(254,149,213); }
H1.HeaderClassName
{
color: #FE95D5;
}
.AnyTagClassName
{
color: #FE95D5;
}
</style>
background-color css
<style>
a { background-color: #FE95D5; }
a { background-color: rgb(254,149,213); }
div.DivClassName
{
background-color: #FE95D5;
}
.BgClassName
{
background-color: #FE95D5;
}
</style>
border-color css
<style>
span { border-color: #FE95D5; }
span { border-color: rgb(254,149,213); }
td.TdClassName
{
border-color: #FE95D5;
}
.TagClassName
{
border-color: #FE95D5;
}
</style>