#FFDDDE

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

Shades of Pale Pink #FFDDDE

Tints of Pale Pink #FFDDDE

Color information

#FFDDDE (or 0xFFDDDE) is unknown color: approx Pale Pink. HEX triplet: FF, DD and DE. RGB value is (255,221,222). Sum of RGB (Red+Green+Blue) = 255+221+222=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 222 (87.11% from 255 or 31.81% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDDE is #002221. Grayscale: #E7E7E7. Windows color (decimal): -8738 or 14605823. OLE color: 14605823.

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

Color convert

RGB255221222-
CMYK00.130.130
HSL358.24º100%93.33%-
HSV(B)358.24º13.33%100%-
XYZ80.2878.2579.98-
YUV231.28122.76144.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.53%
GREEN value IS 221 (86.72% from 255) = 31.66%
BLUE value IS 222 (87.11% from 255) = 31.81%
R=36.53%
G=31.66%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522122200.130.130358.2410093.33
HexFFDDDE0DD0166645d
Octal377335336015150546144135
Binary111111111101110111011110011011101010110011011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDDE; }

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

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

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

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

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

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

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

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