#FFD5DC

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

Shades of Pale Pink #FFD5DC

Tints of Pale Pink #FFD5DC

Color information

#FFD5DC (or 0xFFD5DC) is unknown color: approx Pale Pink. HEX triplet: FF, D5 and DC. RGB value is (255,213,220). Sum of RGB (Red+Green+Blue) = 255+213+220=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 213 (83.59% from 255 or 30.96% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5DC is #002A23. Grayscale: #E2E2E2. Windows color (decimal): -10788 or 14472703. OLE color: 14472703.

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

Color convert

RGB255213220-
CMYK00.160.140
HSL350º100%91.76%-
HSV(B)350º16.47%100%-
XYZ77.9574.0277.89-
YUV226.36124.41148.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.06%
GREEN value IS 213 (83.59% from 255) = 30.96%
BLUE value IS 220 (86.33% from 255) = 31.98%
R=37.06%
G=30.96%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521322000.160.14035010091.76
HexFFD5DC010E015e645c
Octal377325334020160536144134
Binary1111111111010101110111000100001110010101111011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD5DC; }

 p { color: rgb(255,213,220); }

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

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

 a { background-color: rgb(255,213,220); }

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

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

 span { border-color: rgb(255,213,220); }

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