Shades of Lavender Rose #FE92DE
Tints of Lavender Rose #FE92DE
RGB
CMYK
RGB Variations
Color information
#FE92DE (or 0xFE92DE) is known color: Lavender Rose. HEX triplet: FE, 92 and DE. RGB value is (254,146,222). Sum of RGB (Red+Green+Blue) = 254+146+222=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 146 (57.42% from 255 or 23.47% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE92DE is #016D21. Grayscale: #BABABA. Windows color (decimal): -93474 or 14586622. OLE color: 14586622.
HSL color Cylindrical-coordinate representation of color #FE92DE: hue angle of 317.78º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE92DE is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 222 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.00 |
| HSL | 317.78º | 0.98% | 0.78% | - |
| HSV(B) | 317.78º | 0.43% | 1% | - |
| XYZ | 64.34 | 46.9 | 74.77 | - |
| YUV | 186.96 | 147.78 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 222 | 0 | 0.43 | 0.13 | 0.00 | 317.78 | 0.98 | 0.78 |
| Hex | FE | 92 | DE | 0 | 2B | D | 0 | 13E | 62 | 4E |
| Octal | 376 | 222 | 336 | 0 | 53 | 15 | 0 | 476 | 142 | 116 |
| Binary | 11111110 | 10010010 | 11011110 | 0 | 101011 | 1101 | 0 | 100111110 | 1100010 | 1001110 |
Color Harmonies of #FE92DE
Complementary color
Monochromatic Colors of #FE92DE
Black with #FE92DE
Text Example
Text Example
White with #FE92DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE92DE; }
p { color: rgb(254,146,222); }
H1.HeaderClassName
{
color: #FE92DE;
}
.AnyTagClassName
{
color: #FE92DE;
}
</style>
background-color css
<style>
a { background-color: #FE92DE; }
a { background-color: rgb(254,146,222); }
div.DivClassName
{
background-color: #FE92DE;
}
.BgClassName
{
background-color: #FE92DE;
}
</style>
border-color css
<style>
span { border-color: #FE92DE; }
span { border-color: rgb(254,146,222); }
td.TdClassName
{
border-color: #FE92DE;
}
.TagClassName
{
border-color: #FE92DE;
}
</style>