Shades of Lavender Rose #FE92DC
Tints of Lavender Rose #FE92DC
RGB
CMYK
RGB Variations
Color information
#FE92DC (or 0xFE92DC) is known color: Lavender Rose. HEX triplet: FE, 92 and DC. RGB value is (254,146,220). Sum of RGB (Red+Green+Blue) = 254+146+220=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 146 (57.42% from 255 or 23.55% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE92DC is #016D23. Grayscale: #BABABA. Windows color (decimal): -93476 or 14455550. OLE color: 14455550.
HSL color Cylindrical-coordinate representation of color #FE92DC: hue angle of 318.89º 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 #FE92DC is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 220 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.00 |
| HSL | 318.89º | 0.98% | 0.78% | - |
| HSV(B) | 318.89º | 0.43% | 1% | - |
| XYZ | 64.07 | 46.8 | 73.37 | - |
| YUV | 186.73 | 146.78 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 220 | 0 | 0.43 | 0.13 | 0.00 | 318.89 | 0.98 | 0.78 |
| Hex | FE | 92 | DC | 0 | 2B | D | 0 | 13F | 62 | 4E |
| Octal | 376 | 222 | 334 | 0 | 53 | 15 | 0 | 477 | 142 | 116 |
| Binary | 11111110 | 10010010 | 11011100 | 0 | 101011 | 1101 | 0 | 100111111 | 1100010 | 1001110 |
Color Harmonies of #FE92DC
Complementary color
Monochromatic Colors of #FE92DC
Black with #FE92DC
Text Example
Text Example
White with #FE92DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE92DC; }
p { color: rgb(254,146,220); }
H1.HeaderClassName
{
color: #FE92DC;
}
.AnyTagClassName
{
color: #FE92DC;
}
</style>
background-color css
<style>
a { background-color: #FE92DC; }
a { background-color: rgb(254,146,220); }
div.DivClassName
{
background-color: #FE92DC;
}
.BgClassName
{
background-color: #FE92DC;
}
</style>
border-color css
<style>
span { border-color: #FE92DC; }
span { border-color: rgb(254,146,220); }
td.TdClassName
{
border-color: #FE92DC;
}
.TagClassName
{
border-color: #FE92DC;
}
</style>