#FDDEE0

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

Shades of Pale Pink #FDDEE0

Tints of Pale Pink #FDDEE0

Color information

#FDDEE0 (or 0xFDDEE0) is unknown color: approx Pale Pink. HEX triplet: FD, DE and E0. RGB value is (253,222,224). Sum of RGB (Red+Green+Blue) = 253+222+224=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 224 (87.89% from 255 or 32.05% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEE0 is #02211F. Grayscale: #E7E7E7. Windows color (decimal): -139552 or 14737149. OLE color: 14737149.

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

Color convert

RGB253222224-
CMYK00.120.110.01
HSL356.13º88.57%93.14%-
HSV(B)356.13º12.25%99.22%-
XYZ80.0878.5181.45-
YUV231.5123.77143.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.19%
GREEN value IS 222 (87.11% from 255) = 31.76%
BLUE value IS 224 (87.89% from 255) = 32.05%
R=36.19%
G=31.76%
B=32.05%

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
Decimal25322222400.120.110.01356.1388.5793.14
HexFDDEE00CB1164595d
Octal375336340014131544131135
Binary111111011101111011100000011001011110110010010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDEE0; }

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

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

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

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

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

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

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

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