#FFE2F9

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

Shades of Lavender Blush #FFE2F9

Tints of Lavender Blush #FFE2F9

Color information

#FFE2F9 (or 0xFFE2F9) is unknown color: approx Lavender Blush. HEX triplet: FF, E2 and F9. RGB value is (255,226,249). Sum of RGB (Red+Green+Blue) = 255+226+249=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 226 (88.67% from 255 or 30.96% from 730); Blue value is 249 (97.66% from 255 or 34.11% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE2F9 is #001D06. Grayscale: #EDEDED. Windows color (decimal): -7431 or 16376575. OLE color: 16376575.

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

Color convert

RGB255226249-
CMYK00.110.020
HSL312.41º100%94.31%-
HSV(B)312.41º11.37%100%-
XYZ85.5482.49101.04-
YUV237.29134.61140.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.93%
GREEN value IS 226 (88.67% from 255) = 30.96%
BLUE value IS 249 (97.66% from 255) = 34.11%
R=34.93%
G=30.96%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522624900.110.020312.4110094.31
HexFFE2F90B20138645e
Octal37734237101320470144136
Binary1111111111100010111110010101110010011100011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2F9; }

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

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

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

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

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

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

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

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