#FDE5EF

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

Shades of Lavender Blush #FDE5EF

Tints of Lavender Blush #FDE5EF

Color information

#FDE5EF (or 0xFDE5EF) is unknown color: approx Lavender Blush. HEX triplet: FD, E5 and EF. RGB value is (253,229,239). Sum of RGB (Red+Green+Blue) = 253+229+239=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 229 (89.84% from 255 or 31.76% from 721); Blue value is 239 (93.75% from 255 or 33.15% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE5EF is #021A10. Grayscale: #EDEDED. Windows color (decimal): -137745 or 15721981. OLE color: 15721981.

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

Color convert

RGB253229239-
CMYK00.090.060.01
HSL335º85.71%94.51%-
HSV(B)335º9.49%99.22%-
XYZ84.1183.1593.28-
YUV237.32128.95139.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.09%
GREEN value IS 229 (89.84% from 255) = 31.76%
BLUE value IS 239 (93.75% from 255) = 33.15%
R=35.09%
G=31.76%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322923900.090.060.0133585.7194.51
HexFDE5EF096114f565f
Octal37534535701161517126137
Binary11111101111001011110111101001110110100111110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE5EF; }

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

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

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

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

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

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

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

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