#FFDEE1

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

Shades of Pale Pink #FFDEE1

Tints of Pale Pink #FFDEE1

Color information

#FFDEE1 (or 0xFFDEE1) is unknown color: approx Pale Pink. HEX triplet: FF, DE and E1. RGB value is (255,222,225). Sum of RGB (Red+Green+Blue) = 255+222+225=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 225 (88.28% from 255 or 32.05% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEE1 is #00211E. Grayscale: #E8E8E8. Windows color (decimal): -8479 or 14802687. OLE color: 14802687.

HSL color Cylindrical-coordinate representation of color #FFDEE1: hue angle of 354.55º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDEE1 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB255222225-
CMYK00.130.120
HSL354.55º100%93.53%-
HSV(B)354.55º12.94%100%-
XYZ80.9578.9482.2-
YUV232.21123.93144.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.32%
GREEN value IS 222 (87.11% from 255) = 31.62%
BLUE value IS 225 (88.28% from 255) = 32.05%
R=36.32%
G=31.62%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522222500.130.120354.5510093.53
HexFFDEE10DC0163645e
Octal377336341015140543144136
Binary111111111101111011100001011011100010110001111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEE1; }

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

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

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

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

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

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

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

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