#FEE0F5

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

Shades of Lavender Blush #FEE0F5

Tints of Lavender Blush #FEE0F5

Color information

#FEE0F5 (or 0xFEE0F5) is unknown color: approx Lavender Blush. HEX triplet: FE, E0 and F5. RGB value is (254,224,245). Sum of RGB (Red+Green+Blue) = 254+224+245=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 224 (87.89% from 255 or 30.98% from 723); Blue value is 245 (96.09% from 255 or 33.89% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0F5 is #011F0A. Grayscale: #EBEBEB. Windows color (decimal): -73483 or 16113918. OLE color: 16113918.

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

Color convert

RGB254224245-
CMYK00.120.040.00
HSL318º93.75%93.73%-
HSV(B)318º11.81%99.61%-
XYZ84.0180.9797.59-
YUV235.36133.44141.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.13%
GREEN value IS 224 (87.89% from 255) = 30.98%
BLUE value IS 245 (96.09% from 255) = 33.89%
R=35.13%
G=30.98%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422424500.120.040.0031893.7593.73
HexFEE0F50C4013e5e5e
Octal37634036501440476136136
Binary11111110111000001111010101100100010011111010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE0F5; }

 p { color: rgb(254,224,245); }

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

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

 a { background-color: rgb(254,224,245); }

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

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

 span { border-color: rgb(254,224,245); }

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