#FFE2F7

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

Shades of Lavender Blush #FFE2F7

Tints of Lavender Blush #FFE2F7

Color information

#FFE2F7 (or 0xFFE2F7) is unknown color: approx Lavender Blush. HEX triplet: FF, E2 and F7. RGB value is (255,226,247). Sum of RGB (Red+Green+Blue) = 255+226+247=728 (96% of max value = 765). Red value is 255 (100% from 255 or 35.03% from 728); Green value is 226 (88.67% from 255 or 31.04% from 728); Blue value is 247 (96.88% from 255 or 33.93% from 728); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE2F7 is #001D08. Grayscale: #EDEDED. Windows color (decimal): -7433 or 16245503. OLE color: 16245503.

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

Color convert

RGB255226247-
CMYK00.110.030
HSL316.55º100%94.31%-
HSV(B)316.55º11.37%100%-
XYZ85.2282.3799.4-
YUV237.06133.61140.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.03%
GREEN value IS 226 (88.67% from 255) = 31.04%
BLUE value IS 247 (96.88% from 255) = 33.93%
R=35.03%
G=31.04%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522624700.110.030316.5510094.31
HexFFE2F70B3013d645e
Octal37734236701330475144136
Binary1111111111100010111101110101111010011110111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2F7; }

 p { color: rgb(255,226,247); }

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

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

 a { background-color: rgb(255,226,247); }

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

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

 span { border-color: rgb(255,226,247); }

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