#FFE5F1

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

Shades of Lavender Blush #FFE5F1

Tints of Lavender Blush #FFE5F1

Color information

#FFE5F1 (or 0xFFE5F1) is unknown color: approx Lavender Blush. HEX triplet: FF, E5 and F1. RGB value is (255,229,241). Sum of RGB (Red+Green+Blue) = 255+229+241=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 229 (89.84% from 255 or 31.59% from 725); Blue value is 241 (94.53% from 255 or 33.24% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5F1 is #001A0E. Grayscale: #EEEEEE. Windows color (decimal): -6671 or 15853055. OLE color: 15853055.

HSL color Cylindrical-coordinate representation of color #FFE5F1: hue angle of 332.31º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFE5F1 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB255229241-
CMYK00.100.050
HSL332.31º100%94.9%-
HSV(B)332.31º10.2%100%-
XYZ85.1483.6594.88-
YUV238.14129.61140.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.17%
GREEN value IS 229 (89.84% from 255) = 31.59%
BLUE value IS 241 (94.53% from 255) = 33.24%
R=35.17%
G=31.59%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522924100.100.050332.3110094.9
HexFFE5F10A5014c645f
Octal37734536101250514144137
Binary11111111111001011111000101010101010100110011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE5F1; }

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

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

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

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

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

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

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

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