Shades of Lavender Rose #FE96DC
Tints of Lavender Rose #FE96DC
RGB
CMYK
RGB Variations
Color information
#FE96DC (or 0xFE96DC) is known color: Lavender Rose. HEX triplet: FE, 96 and DC. RGB value is (254,150,220). Sum of RGB (Red+Green+Blue) = 254+150+220=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 150 (58.98% from 255 or 24.04% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96DC is #016923. Grayscale: #BCBCBC. Windows color (decimal): -92452 or 14456574. OLE color: 14456574.
HSL color Cylindrical-coordinate representation of color #FE96DC: hue angle of 319.62º 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 #FE96DC is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 220 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.00 |
| HSL | 319.62º | 0.98% | 0.79% | - |
| HSV(B) | 319.62º | 0.41% | 1% | - |
| XYZ | 64.7 | 48.05 | 73.57 | - |
| YUV | 189.08 | 145.46 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 220 | 0 | 0.41 | 0.13 | 0.00 | 319.62 | 0.98 | 0.79 |
| Hex | FE | 96 | DC | 0 | 29 | D | 0 | 140 | 62 | 4F |
| Octal | 376 | 226 | 334 | 0 | 51 | 15 | 0 | 500 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11011100 | 0 | 101001 | 1101 | 0 | 101000000 | 1100010 | 1001111 |
Color Harmonies of #FE96DC
Complementary color
Monochromatic Colors of #FE96DC
Black with #FE96DC
Text Example
Text Example
White with #FE96DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96DC; }
p { color: rgb(254,150,220); }
H1.HeaderClassName
{
color: #FE96DC;
}
.AnyTagClassName
{
color: #FE96DC;
}
</style>
background-color css
<style>
a { background-color: #FE96DC; }
a { background-color: rgb(254,150,220); }
div.DivClassName
{
background-color: #FE96DC;
}
.BgClassName
{
background-color: #FE96DC;
}
</style>
border-color css
<style>
span { border-color: #FE96DC; }
span { border-color: rgb(254,150,220); }
td.TdClassName
{
border-color: #FE96DC;
}
.TagClassName
{
border-color: #FE96DC;
}
</style>