#FF95E9

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

Shades of Lavender Rose #FF95E9

Tints of Lavender Rose #FF95E9

Color information

#FF95E9 (or 0xFF95E9) is unknown color: approx Lavender Rose. HEX triplet: FF, 95 and E9. RGB value is (255,149,233). Sum of RGB (Red+Green+Blue) = 255+149+233=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 149 (58.59% from 255 or 23.39% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF95E9 is #006A16. Grayscale: #BEBEBE. Windows color (decimal): -27159 or 15308287. OLE color: 15308287.

HSL color Cylindrical-coordinate representation of color #FF95E9: hue angle of 312.45º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF95E9 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB255149233-
CMYK00.420.090
HSL312.45º100%79.22%-
HSV(B)312.45º41.57%100%-
XYZ66.748.6482.96-
YUV190.27152.12174.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.03%
GREEN value IS 149 (58.59% from 255) = 23.39%
BLUE value IS 233 (91.41% from 255) = 36.58%
R=40.03%
G=23.39%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514923300.420.090312.4510079.22
HexFF95E902A90138644f
Octal377225351052110470144117
Binary11111111100101011110100101010101001010011100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF95E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF95E9; }

 p { color: rgb(255,149,233); }

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

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

 a { background-color: rgb(255,149,233); }

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

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

 span { border-color: rgb(255,149,233); }

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