#FE96DE

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

Shades of Lavender Rose #FE96DE

Tints of Lavender Rose #FE96DE

Color information

#FE96DE (or 0xFE96DE) is unknown color: approx Lavender Rose. HEX triplet: FE, 96 and DE. RGB value is (254,150,222). Sum of RGB (Red+Green+Blue) = 254+150+222=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 150 (58.98% from 255 or 23.96% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96DE is #016921. Grayscale: #BDBDBD. Windows color (decimal): -92450 or 14587646. OLE color: 14587646.

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

Color convert

RGB254150222-
CMYK00.410.130.00
HSL318.46º98.11%79.22%-
HSV(B)318.46º40.94%99.61%-
XYZ64.9648.1674.98-
YUV189.3146.46174.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.58%
GREEN value IS 150 (58.98% from 255) = 23.96%
BLUE value IS 222 (87.11% from 255) = 35.46%
R=40.58%
G=23.96%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415022200.410.130.00318.4698.1179.22
HexFE96DE029D013e624f
Octal376226336051150476142117
Binary11111110100101101101111001010011101010011111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE96DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE96DE; }

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

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

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

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

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

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

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

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