#FE97E2

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

Shades of Lavender Rose #FE97E2

Tints of Lavender Rose #FE97E2

Color information

#FE97E2 (or 0xFE97E2) is unknown color: approx Lavender Rose. HEX triplet: FE, 97 and E2. RGB value is (254,151,226). Sum of RGB (Red+Green+Blue) = 254+151+226=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 151 (59.38% from 255 or 23.93% from 631); Blue value is 226 (88.67% from 255 or 35.82% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE97E2 is #01681D. Grayscale: #BEBEBE. Windows color (decimal): -92190 or 14850046. OLE color: 14850046.

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

Color convert

RGB254151226-
CMYK00.410.110.00
HSL316.31º98.1%79.41%-
HSV(B)316.31º40.55%99.61%-
XYZ65.6748.777.89-
YUV190.35148.12173.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.25%
GREEN value IS 151 (59.38% from 255) = 23.93%
BLUE value IS 226 (88.67% from 255) = 35.82%
R=40.25%
G=23.93%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415122600.410.110.00316.3198.179.41
HexFE97E2029B013c624f
Octal376227342051130474142117
Binary11111110100101111110001001010011011010011110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE97E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE97E2; }

 p { color: rgb(254,151,226); }

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

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

 a { background-color: rgb(254,151,226); }

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

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

 span { border-color: rgb(254,151,226); }

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