Shades of Lavender Rose #FE95D2
Tints of Lavender Rose #FE95D2
RGB
CMYK
RGB Variations
Color information
#FE95D2 (or 0xFE95D2) is known color: Lavender Rose. HEX triplet: FE, 95 and D2. RGB value is (254,149,210). Sum of RGB (Red+Green+Blue) = 254+149+210=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE95D2 is #016A2D. Grayscale: #BBBBBB. Windows color (decimal): -92718 or 13800958. OLE color: 13800958.
HSL color Cylindrical-coordinate representation of color #FE95D2: hue angle of 325.14º 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 #FE95D2 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 210 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.00 |
| HSL | 325.14º | 0.98% | 0.79% | - |
| HSV(B) | 325.14º | 0.41% | 1% | - |
| XYZ | 63.25 | 47.22 | 66.75 | - |
| YUV | 187.35 | 140.79 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 210 | 0 | 0.41 | 0.17 | 0.00 | 325.14 | 0.98 | 0.79 |
| Hex | FE | 95 | D2 | 0 | 29 | 11 | 0 | 145 | 62 | 4F |
| Octal | 376 | 225 | 322 | 0 | 51 | 21 | 0 | 505 | 142 | 117 |
| Binary | 11111110 | 10010101 | 11010010 | 0 | 101001 | 10001 | 0 | 101000101 | 1100010 | 1001111 |
Color Harmonies of #FE95D2
Complementary color
Monochromatic Colors of #FE95D2
Black with #FE95D2
Text Example
Text Example
White with #FE95D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE95D2; }
p { color: rgb(254,149,210); }
H1.HeaderClassName
{
color: #FE95D2;
}
.AnyTagClassName
{
color: #FE95D2;
}
</style>
background-color css
<style>
a { background-color: #FE95D2; }
a { background-color: rgb(254,149,210); }
div.DivClassName
{
background-color: #FE95D2;
}
.BgClassName
{
background-color: #FE95D2;
}
</style>
border-color css
<style>
span { border-color: #FE95D2; }
span { border-color: rgb(254,149,210); }
td.TdClassName
{
border-color: #FE95D2;
}
.TagClassName
{
border-color: #FE95D2;
}
</style>