#FDE5E7

Color #FDE5E7 Pale Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Pink #FDE5E7

Tints of Pale Pink #FDE5E7

Color information

#FDE5E7 (or 0xFDE5E7) is unknown color: approx Pale Pink. HEX triplet: FD, E5 and E7. RGB value is (253,229,231). Sum of RGB (Red+Green+Blue) = 253+229+231=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 229 (89.84% from 255 or 32.12% from 713); Blue value is 231 (90.62% from 255 or 32.40% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE5E7 is #021A18. Grayscale: #ECECEC. Windows color (decimal): -137753 or 15197693. OLE color: 15197693.

HSL color Cylindrical-coordinate representation of color #FDE5E7: hue angle of 355º 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 #FDE5E7 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB253229231-
CMYK00.090.090.01
HSL355º85.71%94.51%-
HSV(B)355º9.49%99.22%-
XYZ82.9582.6987.19-
YUV236.4124.95139.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.48%
GREEN value IS 229 (89.84% from 255) = 32.12%
BLUE value IS 231 (90.62% from 255) = 32.40%
R=35.48%
G=32.12%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322923100.090.090.0135585.7194.51
HexFDE5E70991163565f
Octal375345347011111543126137
Binary111111011110010111100111010011001110110001110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE5E7; }

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

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

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

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

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

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

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

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