Shades of Lavender Rose #FE92DA
Tints of Lavender Rose #FE92DA
RGB
CMYK
RGB Variations
Color information
#FE92DA (or 0xFE92DA) is known color: Lavender Rose. HEX triplet: FE, 92 and DA. RGB value is (254,146,218). Sum of RGB (Red+Green+Blue) = 254+146+218=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 146 (57.42% from 255 or 23.62% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE92DA is #016D25. Grayscale: #BABABA. Windows color (decimal): -93478 or 14324478. OLE color: 14324478.
HSL color Cylindrical-coordinate representation of color #FE92DA: hue angle of 320º 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 #FE92DA is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 218 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.00 |
| HSL | 320º | 0.98% | 0.78% | - |
| HSV(B) | 320º | 0.43% | 1% | - |
| XYZ | 63.81 | 46.69 | 71.98 | - |
| YUV | 186.5 | 145.78 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 218 | 0 | 0.43 | 0.14 | 0.00 | 320 | 0.98 | 0.78 |
| Hex | FE | 92 | DA | 0 | 2B | E | 0 | 140 | 62 | 4E |
| Octal | 376 | 222 | 332 | 0 | 53 | 16 | 0 | 500 | 142 | 116 |
| Binary | 11111110 | 10010010 | 11011010 | 0 | 101011 | 1110 | 0 | 101000000 | 1100010 | 1001110 |
Color Harmonies of #FE92DA
Complementary color
Monochromatic Colors of #FE92DA
Black with #FE92DA
Text Example
Text Example
White with #FE92DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE92DA; }
p { color: rgb(254,146,218); }
H1.HeaderClassName
{
color: #FE92DA;
}
.AnyTagClassName
{
color: #FE92DA;
}
</style>
background-color css
<style>
a { background-color: #FE92DA; }
a { background-color: rgb(254,146,218); }
div.DivClassName
{
background-color: #FE92DA;
}
.BgClassName
{
background-color: #FE92DA;
}
</style>
border-color css
<style>
span { border-color: #FE92DA; }
span { border-color: rgb(254,146,218); }
td.TdClassName
{
border-color: #FE92DA;
}
.TagClassName
{
border-color: #FE92DA;
}
</style>