#FDDEE1

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

Shades of Pale Pink #FDDEE1

Tints of Pale Pink #FDDEE1

Color information

#FDDEE1 (or 0xFDDEE1) is unknown color: approx Pale Pink. HEX triplet: FD, DE and E1. RGB value is (253,222,225). Sum of RGB (Red+Green+Blue) = 253+222+225=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 222 (87.11% from 255 or 31.71% from 700); Blue value is 225 (88.28% from 255 or 32.14% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEE1 is #02211E. Grayscale: #E7E7E7. Windows color (decimal): -139551 or 14802685. OLE color: 14802685.

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

Color convert

RGB253222225-
CMYK00.120.110.01
HSL354.19º88.57%93.14%-
HSV(B)354.19º12.25%99.22%-
XYZ80.2278.5682.17-
YUV231.61124.27143.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.14%
GREEN value IS 222 (87.11% from 255) = 31.71%
BLUE value IS 225 (88.28% from 255) = 32.14%
R=36.14%
G=31.71%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322222500.120.110.01354.1988.5793.14
HexFDDEE10CB1162595d
Octal375336341014131542131135
Binary111111011101111011100001011001011110110001010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDEE1; }

 p { color: rgb(253,222,225); }

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

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

 a { background-color: rgb(253,222,225); }

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

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

 span { border-color: rgb(253,222,225); }

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