#FE92E0

Color #FE92E0 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FE92E0

Tints of Lavender Rose #FE92E0

Color information

#FE92E0 (or 0xFE92E0) is unknown color: approx Lavender Rose. HEX triplet: FE, 92 and E0. RGB value is (254,146,224). Sum of RGB (Red+Green+Blue) = 254+146+224=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 146 (57.42% from 255 or 23.40% from 624); Blue value is 224 (87.89% from 255 or 35.90% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE92E0 is #016D1F. Grayscale: #BABABA. Windows color (decimal): -93472 or 14717694. OLE color: 14717694.

HSL color Cylindrical-coordinate representation of color #FE92E0: hue angle of 316.67º 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 #FE92E0 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB254146224-
CMYK00.430.120.00
HSL316.67º98.18%78.43%-
HSV(B)316.67º42.52%99.61%-
XYZ64.6147.0176.19-
YUV187.18148.78175.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 146 (57.42% from 255) = 23.40%
BLUE value IS 224 (87.89% from 255) = 35.90%
R=40.71%
G=23.40%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414622400.430.120.00316.6798.1878.43
HexFE92E002BC013d624e
Octal376222340053140475142116
Binary11111110100100101110000001010111100010011110111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE92E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE92E0; }

 p { color: rgb(254,146,224); }

 H1.HeaderClassName
 {
   color: #FE92E0;
 }
 .AnyTagClassName
 {
   color: #FE92E0;
 }
</style>
background-color css

<style>
 a { background-color: #FE92E0; }

 a { background-color: rgb(254,146,224); }

 div.DivClassName
 {
   background-color: #FE92E0;
 }
 .BgClassName
 {
   background-color: #FE92E0;
 }
</style>
border-color css

<style>
 span { border-color: #FE92E0; }

 span { border-color: rgb(254,146,224); }

 td.TdClassName
 {
   border-color: #FE92E0;
 }
 .TagClassName
 {
   border-color: #FE92E0;
 }
</style>