#FE96E4

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

Shades of Lavender Rose #FE96E4

Tints of Lavender Rose #FE96E4

Color information

#FE96E4 (or 0xFE96E4) is unknown color: approx Lavender Rose. HEX triplet: FE, 96 and E4. RGB value is (254,150,228). Sum of RGB (Red+Green+Blue) = 254+150+228=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 150 (58.98% from 255 or 23.73% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96E4 is #01691B. Grayscale: #BDBDBD. Windows color (decimal): -92444 or 14980862. OLE color: 14980862.

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

Color convert

RGB254150228-
CMYK00.410.100.00
HSL315º98.11%79.22%-
HSV(B)315º40.94%99.61%-
XYZ65.7848.4879.29-
YUV189.99149.46173.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.19%
GREEN value IS 150 (58.98% from 255) = 23.73%
BLUE value IS 228 (89.45% from 255) = 36.08%
R=40.19%
G=23.73%
B=36.08%

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
Decimal25415022800.410.100.0031598.1179.22
HexFE96E4029A013b624f
Octal376226344051120473142117
Binary11111110100101101110010001010011010010011101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE96E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE96E4; }

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

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

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

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

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

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

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

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