#FEE6F4

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

Shades of Lavender Blush #FEE6F4

Tints of Lavender Blush #FEE6F4

Color information

#FEE6F4 (or 0xFEE6F4) is unknown color: approx Lavender Blush. HEX triplet: FE, E6 and F4. RGB value is (254,230,244). Sum of RGB (Red+Green+Blue) = 254+230+244=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 230 (90.23% from 255 or 31.59% from 728); Blue value is 244 (95.70% from 255 or 33.52% from 728); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE6F4 is #01190B. Grayscale: #EEEEEE. Windows color (decimal): -71948 or 16049918. OLE color: 16049918.

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

Color convert

RGB254230244-
CMYK00.090.040.00
HSL325º92.31%94.9%-
HSV(B)325º9.45%99.61%-
XYZ85.584.297.33-
YUV238.77130.95138.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.89%
GREEN value IS 230 (90.23% from 255) = 31.59%
BLUE value IS 244 (95.70% from 255) = 33.52%
R=34.89%
G=31.59%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423024400.090.040.0032592.3194.9
HexFEE6F409401455c5f
Octal37634636401140505134137
Binary11111110111001101111010001001100010100010110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE6F4; }

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

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

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

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

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

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

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

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