#FFE5F0

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

Shades of Lavender Blush #FFE5F0

Tints of Lavender Blush #FFE5F0

Color information

#FFE5F0 (or 0xFFE5F0) is unknown color: approx Lavender Blush. HEX triplet: FF, E5 and F0. RGB value is (255,229,240). Sum of RGB (Red+Green+Blue) = 255+229+240=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 229 (89.84% from 255 or 31.63% from 724); Blue value is 240 (94.14% from 255 or 33.15% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5F0 is #001A0F. Grayscale: #EEEEEE. Windows color (decimal): -6672 or 15787519. OLE color: 15787519.

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

Color convert

RGB255229240-
CMYK00.100.060
HSL334.62º100%94.9%-
HSV(B)334.62º10.2%100%-
XYZ84.9983.5994.09-
YUV238.03129.11140.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.22%
GREEN value IS 229 (89.84% from 255) = 31.63%
BLUE value IS 240 (94.14% from 255) = 33.15%
R=35.22%
G=31.63%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522924000.100.060334.6210094.9
HexFFE5F00A6014f645f
Octal37734536001260517144137
Binary11111111111001011111000001010110010100111111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE5F0; }

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

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

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

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

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

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

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

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