#FEE3F4

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

Shades of Lavender Blush #FEE3F4

Tints of Lavender Blush #FEE3F4

Color information

#FEE3F4 (or 0xFEE3F4) is unknown color: approx Lavender Blush. HEX triplet: FE, E3 and F4. RGB value is (254,227,244). Sum of RGB (Red+Green+Blue) = 254+227+244=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 227 (89.06% from 255 or 31.31% from 725); Blue value is 244 (95.70% from 255 or 33.66% from 725); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE3F4 is #011C0B. Grayscale: #ECECEC. Windows color (decimal): -72716 or 16049150. OLE color: 16049150.

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

Color convert

RGB254227244-
CMYK00.110.040.00
HSL322.22º93.1%94.31%-
HSV(B)322.22º10.63%99.61%-
XYZ84.6782.5497.06-
YUV237.01131.95140.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.03%
GREEN value IS 227 (89.06% from 255) = 31.31%
BLUE value IS 244 (95.70% from 255) = 33.66%
R=35.03%
G=31.31%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422724400.110.040.00322.2293.194.31
HexFEE3F40B401425d5e
Octal37634336401340502135136
Binary11111110111000111111010001011100010100001010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE3F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE3F4; }

 p { color: rgb(254,227,244); }

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

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

 a { background-color: rgb(254,227,244); }

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

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

 span { border-color: rgb(254,227,244); }

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