#FDE9EF

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

Shades of Lavender Blush #FDE9EF

Tints of Lavender Blush #FDE9EF

Color information

#FDE9EF (or 0xFDE9EF) is unknown color: approx Lavender Blush. HEX triplet: FD, E9 and EF. RGB value is (253,233,239). Sum of RGB (Red+Green+Blue) = 253+233+239=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 233 (91.41% from 255 or 32.14% from 725); Blue value is 239 (93.75% from 255 or 32.97% from 725); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE9EF is #021610. Grayscale: #EFEFEF. Windows color (decimal): -136721 or 15723005. OLE color: 15723005.

HSL color Cylindrical-coordinate representation of color #FDE9EF: hue angle of 342º degrees, saturation: 0.83, 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 #FDE9EF is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB253233239-
CMYK00.080.060.01
HSL342º83.33%95.29%-
HSV(B)342º7.91%99.22%-
XYZ85.2385.3993.65-
YUV239.66127.63137.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.90%
GREEN value IS 233 (91.41% from 255) = 32.14%
BLUE value IS 239 (93.75% from 255) = 32.97%
R=34.90%
G=32.14%
B=32.97%

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
Decimal25323323900.080.060.0134283.3395.29
HexFDE9EF0861156535f
Octal37535135701061526123137
Binary11111101111010011110111101000110110101011010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE9EF; }

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

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

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

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

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

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

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

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