#FFE1F5

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

Shades of Lavender Blush #FFE1F5

Tints of Lavender Blush #FFE1F5

Color information

#FFE1F5 (or 0xFFE1F5) is unknown color: approx Lavender Blush. HEX triplet: FF, E1 and F5. RGB value is (255,225,245). Sum of RGB (Red+Green+Blue) = 255+225+245=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 225 (88.28% from 255 or 31.03% from 725); Blue value is 245 (96.09% from 255 or 33.79% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE1F5 is #001E0A. Grayscale: #ECECEC. Windows color (decimal): -7691 or 16114175. OLE color: 16114175.

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

Color convert

RGB255225245-
CMYK00.120.040
HSL320º100%94.12%-
HSV(B)320º11.76%100%-
XYZ84.6581.797.7-
YUV236.25132.94141.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.17%
GREEN value IS 225 (88.28% from 255) = 31.03%
BLUE value IS 245 (96.09% from 255) = 33.79%
R=35.17%
G=31.03%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522524500.120.04032010094.12
HexFFE1F50C40140645e
Octal37734136501440500144136
Binary11111111111000011111010101100100010100000011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1F5; }

 p { color: rgb(255,225,245); }

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

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

 a { background-color: rgb(255,225,245); }

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

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

 span { border-color: rgb(255,225,245); }

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