#FE96F4

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

Shades of Lavender Rose #FE96F4

Tints of Lavender Rose #FE96F4

Color information

#FE96F4 (or 0xFE96F4) is unknown color: approx Lavender Rose. HEX triplet: FE, 96 and F4. RGB value is (254,150,244). Sum of RGB (Red+Green+Blue) = 254+150+244=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 150 (58.98% from 255 or 23.15% from 648); Blue value is 244 (95.70% from 255 or 37.65% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE96F4 is #01690B. Grayscale: #BFBFBF. Windows color (decimal): -92428 or 16029438. OLE color: 16029438.

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

Color convert

RGB254150244-
CMYK00.410.040.00
HSL305.77º98.11%79.22%-
HSV(B)305.77º40.94%99.61%-
XYZ68.1149.4291.54-
YUV191.81157.46172.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 150 (58.98% from 255) = 23.15%
BLUE value IS 244 (95.70% from 255) = 37.65%
R=39.20%
G=23.15%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415024400.410.040.00305.7798.1179.22
HexFE96F402940132624f
Octal37622636405140462142117
Binary1111111010010110111101000101001100010011001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE96F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE96F4; }

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

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

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

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

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

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

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

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