#FF95E3

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

Shades of Lavender Rose #FF95E3

Tints of Lavender Rose #FF95E3

Color information

#FF95E3 (or 0xFF95E3) is unknown color: approx Lavender Rose. HEX triplet: FF, 95 and E3. RGB value is (255,149,227). Sum of RGB (Red+Green+Blue) = 255+149+227=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 149 (58.59% from 255 or 23.61% from 631); Blue value is 227 (89.06% from 255 or 35.97% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95E3 is #006A1C. Grayscale: #BDBDBD. Windows color (decimal): -27165 or 14915071. OLE color: 14915071.

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

Color convert

RGB255149227-
CMYK00.420.110
HSL315.85º100%79.22%-
HSV(B)315.85º41.57%100%-
XYZ65.8548.378.53-
YUV189.59149.12174.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.41%
GREEN value IS 149 (58.59% from 255) = 23.61%
BLUE value IS 227 (89.06% from 255) = 35.97%
R=40.41%
G=23.61%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514922700.420.110315.8510079.22
HexFF95E302AB013c644f
Octal377225343052130474144117
Binary11111111100101011110001101010101011010011110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF95E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF95E3; }

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

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

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

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

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

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

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

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