#FDE7E8

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

Shades of Pale Pink #FDE7E8

Tints of Pale Pink #FDE7E8

Color information

#FDE7E8 (or 0xFDE7E8) is unknown color: approx Pale Pink. HEX triplet: FD, E7 and E8. RGB value is (253,231,232). Sum of RGB (Red+Green+Blue) = 253+231+232=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 231 (90.62% from 255 or 32.26% from 716); Blue value is 232 (91.02% from 255 or 32.40% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE7E8 is #021817. Grayscale: #EDEDED. Windows color (decimal): -137240 or 15263741. OLE color: 15263741.

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

Color convert

RGB253231232-
CMYK00.090.080.01
HSL357.27º84.62%94.9%-
HSV(B)357.27º8.7%99.22%-
XYZ83.6583.8688.12-
YUV237.69124.79138.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.34%
GREEN value IS 231 (90.62% from 255) = 32.26%
BLUE value IS 232 (91.02% from 255) = 32.40%
R=35.34%
G=32.26%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323123200.090.080.01357.2784.6294.9
HexFDE7E80981165555f
Octal375347350011101545125137
Binary111111011110011111101000010011000110110010110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE7E8; }

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

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

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

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

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

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

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

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