#FDE8E9

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

Shades of Pale Pink #FDE8E9

Tints of Pale Pink #FDE8E9

Color information

#FDE8E9 (or 0xFDE8E9) is unknown color: approx Pale Pink. HEX triplet: FD, E8 and E9. RGB value is (253,232,233). Sum of RGB (Red+Green+Blue) = 253+232+233=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 232 (91.02% from 255 or 32.31% from 718); Blue value is 233 (91.41% from 255 or 32.45% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE8E9 is #021716. Grayscale: #EEEEEE. Windows color (decimal): -136983 or 15329533. OLE color: 15329533.

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

Color convert

RGB253232233-
CMYK00.080.080.01
HSL357.14º84%95.1%-
HSV(B)357.14º8.3%99.22%-
XYZ84.0784.4888.97-
YUV238.39124.96138.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.24%
GREEN value IS 232 (91.02% from 255) = 32.31%
BLUE value IS 233 (91.41% from 255) = 32.45%
R=35.24%
G=32.31%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323223300.080.080.01357.148495.1
HexFDE8E90881165545f
Octal375350351010101545124137
Binary111111011110100011101001010001000110110010110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE8E9; }

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

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

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

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

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

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

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

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