#FE97D5

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

Shades of Lavender Rose #FE97D5

Tints of Lavender Rose #FE97D5

Color information

#FE97D5 (or 0xFE97D5) is unknown color: approx Lavender Rose. HEX triplet: FE, 97 and D5. RGB value is (254,151,213). Sum of RGB (Red+Green+Blue) = 254+151+213=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 151 (59.38% from 255 or 24.43% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE97D5 is #01682A. Grayscale: #BCBCBC. Windows color (decimal): -92203 or 13998078. OLE color: 13998078.

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

Color convert

RGB254151213-
CMYK00.410.160.00
HSL323.88º98.1%79.41%-
HSV(B)323.88º40.55%99.61%-
XYZ63.9548.0168.85-
YUV188.86141.62174.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 151 (59.38% from 255) = 24.43%
BLUE value IS 213 (83.59% from 255) = 34.47%
R=41.10%
G=24.43%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415121300.410.160.00323.8898.179.41
HexFE97D5029100144624f
Octal376227325051200504142117
Binary111111101001011111010101010100110000010100010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE97D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE97D5; }

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

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

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

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

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

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

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

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