#fe96e1

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

Shades of Lavender Rose #FE96E1

Tints of Lavender Rose #FE96E1

Color information

#FE96E1 (or 0xFE96E1) is unknown color: approx Lavender Rose. HEX triplet: FE, 96 and E1. RGB value is (254,150,225). Sum of RGB (Red+Green+Blue) = 254+150+225=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 150 (58.98% from 255 or 23.85% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96E1 is #01691E. Grayscale: #BDBDBD. Windows color (decimal): -92447 or 14784254. OLE color: 14784254.

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

Color convert

RGB254150225-
CMYK00.410.110.00
HSL316.73º98.11%79.22%-
HSV(B)316.73º40.94%99.61%-
XYZ65.3748.3277.12-
YUV189.65147.96173.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.38%
GREEN value IS 150 (58.98% from 255) = 23.85%
BLUE value IS 225 (88.28% from 255) = 35.77%
R=40.38%
G=23.85%
B=35.77%

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
Decimal25415022500.410.110.00316.7398.1179.22
HexFE96E1029B013d624f
Octal376226341051130475142117
Binary11111110100101101110000101010011011010011110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe96e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe96e1; }

 p { color: rgb(254,150,225); }

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

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

 a { background-color: rgb(254,150,225); }

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

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

 span { border-color: rgb(254,150,225); }

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