#FE97E5

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

Shades of Lavender Rose #FE97E5

Tints of Lavender Rose #FE97E5

Color information

#FE97E5 (or 0xFE97E5) is unknown color: approx Lavender Rose. HEX triplet: FE, 97 and E5. RGB value is (254,151,229). Sum of RGB (Red+Green+Blue) = 254+151+229=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 151 (59.38% from 255 or 23.82% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE97E5 is #01681A. Grayscale: #BEBEBE. Windows color (decimal): -92187 or 15046654. OLE color: 15046654.

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

Color convert

RGB254151229-
CMYK00.410.100.00
HSL314.56º98.1%79.41%-
HSV(B)314.56º40.55%99.61%-
XYZ66.0848.8680.08-
YUV190.69149.62173.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.06%
GREEN value IS 151 (59.38% from 255) = 23.82%
BLUE value IS 229 (89.84% from 255) = 36.12%
R=40.06%
G=23.82%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415122900.410.100.00314.5698.179.41
HexFE97E5029A013b624f
Octal376227345051120473142117
Binary11111110100101111110010101010011010010011101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE97E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE97E5; }

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

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

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

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

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

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

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

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