#FE97D7

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

Shades of Lavender Rose #FE97D7

Tints of Lavender Rose #FE97D7

Color information

#FE97D7 (or 0xFE97D7) is unknown color: approx Lavender Rose. HEX triplet: FE, 97 and D7. RGB value is (254,151,215). Sum of RGB (Red+Green+Blue) = 254+151+215=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 151 (59.38% from 255 or 24.35% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE97D7 is #016828. Grayscale: #BCBCBC. Windows color (decimal): -92201 or 14129150. OLE color: 14129150.

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

Color convert

RGB254151215-
CMYK00.410.150.00
HSL322.72º98.1%79.41%-
HSV(B)322.72º40.55%99.61%-
XYZ64.2148.1170.19-
YUV189.09142.62174.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.97%
GREEN value IS 151 (59.38% from 255) = 24.35%
BLUE value IS 215 (84.38% from 255) = 34.68%
R=40.97%
G=24.35%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415121500.410.150.00322.7298.179.41
HexFE97D7029F0143624f
Octal376227327051170503142117
Binary11111110100101111101011101010011111010100001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE97D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE97D7; }

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

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

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

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

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

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

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

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