#FFDEE2

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

Shades of Pale Pink #FFDEE2

Tints of Pale Pink #FFDEE2

Color information

#FFDEE2 (or 0xFFDEE2) is unknown color: approx Pale Pink. HEX triplet: FF, DE and E2. RGB value is (255,222,226). Sum of RGB (Red+Green+Blue) = 255+222+226=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 222 (87.11% from 255 or 31.58% from 703); Blue value is 226 (88.67% from 255 or 32.15% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEE2 is #00211D. Grayscale: #E8E8E8. Windows color (decimal): -8478 or 14868223. OLE color: 14868223.

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

Color convert

RGB255222226-
CMYK00.130.110
HSL352.73º100%93.53%-
HSV(B)352.73º12.94%100%-
XYZ81.0978.9982.92-
YUV232.32124.43144.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.27%
GREEN value IS 222 (87.11% from 255) = 31.58%
BLUE value IS 226 (88.67% from 255) = 32.15%
R=36.27%
G=31.58%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522222600.130.110352.7310093.53
HexFFDEE20DB0161645e
Octal377336342015130541144136
Binary111111111101111011100010011011011010110000111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEE2; }

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

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

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

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

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

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

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

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