#FE96E6

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

Shades of Lavender Rose #FE96E6

Tints of Lavender Rose #FE96E6

Color information

#FE96E6 (or 0xFE96E6) is unknown color: approx Lavender Rose. HEX triplet: FE, 96 and E6. RGB value is (254,150,230). Sum of RGB (Red+Green+Blue) = 254+150+230=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 150 (58.98% from 255 or 23.66% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE96E6 is #016919. Grayscale: #BEBEBE. Windows color (decimal): -92442 or 15111934. OLE color: 15111934.

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

Color convert

RGB254150230-
CMYK00.410.090.00
HSL313.85º98.11%79.22%-
HSV(B)313.85º40.94%99.61%-
XYZ66.0648.680.76-
YUV190.22150.46173.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.06%
GREEN value IS 150 (58.98% from 255) = 23.66%
BLUE value IS 230 (90.23% from 255) = 36.28%
R=40.06%
G=23.66%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415023000.410.090.00313.8598.1179.22
HexFE96E60299013a624f
Octal376226346051110472142117
Binary11111110100101101110011001010011001010011101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE96E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE96E6; }

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

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

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

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

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

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

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

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