#FDE8EF

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

Shades of Lavender Blush #FDE8EF

Tints of Lavender Blush #FDE8EF

Color information

#FDE8EF (or 0xFDE8EF) is unknown color: approx Lavender Blush. HEX triplet: FD, E8 and EF. RGB value is (253,232,239). Sum of RGB (Red+Green+Blue) = 253+232+239=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 232 (91.02% from 255 or 32.04% from 724); Blue value is 239 (93.75% from 255 or 33.01% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE8EF is #021710. Grayscale: #EFEFEF. Windows color (decimal): -136977 or 15722749. OLE color: 15722749.

HSL color Cylindrical-coordinate representation of color #FDE8EF: hue angle of 340º degrees, saturation: 0.84, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDE8EF is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB253232239-
CMYK00.080.060.01
HSL340º84%95.1%-
HSV(B)340º8.3%99.22%-
XYZ84.9484.8393.56-
YUV239.08127.96137.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.94%
GREEN value IS 232 (91.02% from 255) = 32.04%
BLUE value IS 239 (93.75% from 255) = 33.01%
R=34.94%
G=32.04%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323223900.080.060.013408495.1
HexFDE8EF0861154545f
Octal37535035701061524124137
Binary11111101111010001110111101000110110101010010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE8EF; }

 p { color: rgb(253,232,239); }

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

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

 a { background-color: rgb(253,232,239); }

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

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

 span { border-color: rgb(253,232,239); }

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