#FE95EE

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

Shades of Lavender Rose #FE95EE

Tints of Lavender Rose #FE95EE

Color information

#FE95EE (or 0xFE95EE) is unknown color: approx Lavender Rose. HEX triplet: FE, 95 and EE. RGB value is (254,149,238). Sum of RGB (Red+Green+Blue) = 254+149+238=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 149 (58.59% from 255 or 23.24% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE95EE is #016A11. Grayscale: #BEBEBE. Windows color (decimal): -92690 or 15635966. OLE color: 15635966.

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

Color convert

RGB254149238-
CMYK00.410.060.00
HSL309.14º98.13%79.02%-
HSV(B)309.14º41.34%99.61%-
XYZ67.0548.7486.76-
YUV190.54154.79173.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.63%
GREEN value IS 149 (58.59% from 255) = 23.24%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=39.63%
G=23.24%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414923800.410.060.00309.1498.1379.02
HexFE95EE02960135624f
Octal37622535605160465142117
Binary1111111010010101111011100101001110010011010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE95EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE95EE; }

 p { color: rgb(254,149,238); }

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

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

 a { background-color: rgb(254,149,238); }

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

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

 span { border-color: rgb(254,149,238); }

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