#FE97EC

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

Shades of Lavender Rose #FE97EC

Tints of Lavender Rose #FE97EC

Color information

#FE97EC (or 0xFE97EC) is unknown color: approx Lavender Rose. HEX triplet: FE, 97 and EC. RGB value is (254,151,236). Sum of RGB (Red+Green+Blue) = 254+151+236=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 151 (59.38% from 255 or 23.56% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE97EC is #016813. Grayscale: #BFBFBF. Windows color (decimal): -92180 or 15505406. OLE color: 15505406.

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

Color convert

RGB254151236-
CMYK00.410.070.00
HSL310.49º98.1%79.41%-
HSV(B)310.49º40.55%99.61%-
XYZ67.0849.2685.33-
YUV191.49153.12172.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.63%
GREEN value IS 151 (59.38% from 255) = 23.56%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=39.63%
G=23.56%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415123600.410.070.00310.4998.179.41
HexFE97EC02970136624f
Octal37622735405170466142117
Binary1111111010010111111011000101001111010011011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE97EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE97EC; }

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

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

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

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

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

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

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

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