#FEE3F1

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

Shades of Lavender Blush #FEE3F1

Tints of Lavender Blush #FEE3F1

Color information

#FEE3F1 (or 0xFEE3F1) is unknown color: approx Lavender Blush. HEX triplet: FE, E3 and F1. RGB value is (254,227,241). Sum of RGB (Red+Green+Blue) = 254+227+241=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 227 (89.06% from 255 or 31.44% from 722); Blue value is 241 (94.53% from 255 or 33.38% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE3F1 is #011C0E. Grayscale: #ECECEC. Windows color (decimal): -72719 or 15852542. OLE color: 15852542.

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

Color convert

RGB254227241-
CMYK00.110.050.00
HSL328.89º93.1%94.31%-
HSV(B)328.89º10.63%99.61%-
XYZ84.2282.3694.68-
YUV236.67130.45140.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.18%
GREEN value IS 227 (89.06% from 255) = 31.44%
BLUE value IS 241 (94.53% from 255) = 33.38%
R=35.18%
G=31.44%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422724100.110.050.00328.8993.194.31
HexFEE3F10B501495d5e
Octal37634336101350511135136
Binary11111110111000111111000101011101010100100110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE3F1; }

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

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

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

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

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

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

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

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