#FDE2E4

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

Shades of Pale Pink #FDE2E4

Tints of Pale Pink #FDE2E4

Color information

#FDE2E4 (or 0xFDE2E4) is unknown color: approx Pale Pink. HEX triplet: FD, E2 and E4. RGB value is (253,226,228). Sum of RGB (Red+Green+Blue) = 253+226+228=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 226 (88.67% from 255 or 31.97% from 707); Blue value is 228 (89.45% from 255 or 32.25% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2E4 is #021D1B. Grayscale: #EAEAEA. Windows color (decimal): -138524 or 15000317. OLE color: 15000317.

HSL color Cylindrical-coordinate representation of color #FDE2E4: hue angle of 355.56º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE2E4 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB253226228-
CMYK00.110.100.01
HSL355.56º87.1%93.92%-
HSV(B)355.56º10.67%99.22%-
XYZ81.7180.8884.7-
YUV234.3124.45141.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.79%
GREEN value IS 226 (88.67% from 255) = 31.97%
BLUE value IS 228 (89.45% from 255) = 32.25%
R=35.79%
G=31.97%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322622800.110.100.01355.5687.193.92
HexFDE2E40BA1164575e
Octal375342344013121544127136
Binary111111011110001011100100010111010110110010010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE2E4; }

 p { color: rgb(253,226,228); }

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

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

 a { background-color: rgb(253,226,228); }

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

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

 span { border-color: rgb(253,226,228); }

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