#FF95E8

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

Shades of Lavender Rose #FF95E8

Tints of Lavender Rose #FF95E8

Color information

#FF95E8 (or 0xFF95E8) is unknown color: approx Lavender Rose. HEX triplet: FF, 95 and E8. RGB value is (255,149,232). Sum of RGB (Red+Green+Blue) = 255+149+232=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 149 (58.59% from 255 or 23.43% from 636); Blue value is 232 (91.02% from 255 or 36.48% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF95E8 is #006A17. Grayscale: #BDBDBD. Windows color (decimal): -27160 or 15242751. OLE color: 15242751.

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

Color convert

RGB255149232-
CMYK00.420.090
HSL313.02º100%79.22%-
HSV(B)313.02º41.57%100%-
XYZ66.5548.5882.21-
YUV190.16151.62174.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.09%
GREEN value IS 149 (58.59% from 255) = 23.43%
BLUE value IS 232 (91.02% from 255) = 36.48%
R=40.09%
G=23.43%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514923200.420.090313.0210079.22
HexFF95E802A90139644f
Octal377225350052110471144117
Binary11111111100101011110100001010101001010011100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF95E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF95E8; }

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

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

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

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

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

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

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

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