#FFE1F1

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

Shades of Lavender Blush #FFE1F1

Tints of Lavender Blush #FFE1F1

Color information

#FFE1F1 (or 0xFFE1F1) is unknown color: approx Lavender Blush. HEX triplet: FF, E1 and F1. RGB value is (255,225,241). Sum of RGB (Red+Green+Blue) = 255+225+241=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 225 (88.28% from 255 or 31.21% from 721); Blue value is 241 (94.53% from 255 or 33.43% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE1F1 is #001E0E. Grayscale: #EBEBEB. Windows color (decimal): -7695 or 15852031. OLE color: 15852031.

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

Color convert

RGB255225241-
CMYK00.120.050
HSL328º100%94.12%-
HSV(B)328º11.76%100%-
XYZ84.0481.4694.51-
YUV235.79130.94141.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.37%
GREEN value IS 225 (88.28% from 255) = 31.21%
BLUE value IS 241 (94.53% from 255) = 33.43%
R=35.37%
G=31.21%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522524100.120.05032810094.12
HexFFE1F10C50148645e
Octal37734136101450510144136
Binary11111111111000011111000101100101010100100011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1F1; }

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

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

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

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

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

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

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

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