#FEE5F6

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

Shades of Lavender Blush #FEE5F6

Tints of Lavender Blush #FEE5F6

Color information

#FEE5F6 (or 0xFEE5F6) is unknown color: approx Lavender Blush. HEX triplet: FE, E5 and F6. RGB value is (254,229,246). Sum of RGB (Red+Green+Blue) = 254+229+246=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 229 (89.84% from 255 or 31.41% from 729); Blue value is 246 (96.48% from 255 or 33.74% from 729); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE5F6 is #011A09. Grayscale: #EEEEEE. Windows color (decimal): -72202 or 16180734. OLE color: 16180734.

HSL color Cylindrical-coordinate representation of color #FEE5F6: hue angle of 319.2º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEE5F6 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB254229246-
CMYK00.100.030.00
HSL319.2º92.59%94.71%-
HSV(B)319.2º9.84%99.61%-
XYZ85.5383.7698.85-
YUV238.41132.28139.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.84%
GREEN value IS 229 (89.84% from 255) = 31.41%
BLUE value IS 246 (96.48% from 255) = 33.74%
R=34.84%
G=31.41%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422924600.100.030.00319.292.5994.71
HexFEE5F60A3013f5d5f
Octal37634536601230477135137
Binary1111111011100101111101100101011010011111110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE5F6; }

 p { color: rgb(254,229,246); }

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

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

 a { background-color: rgb(254,229,246); }

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

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

 span { border-color: rgb(254,229,246); }

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