#FFD8DC

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

Shades of Pale Pink #FFD8DC

Tints of Pale Pink #FFD8DC

Color information

#FFD8DC (or 0xFFD8DC) is unknown color: approx Pale Pink. HEX triplet: FF, D8 and DC. RGB value is (255,216,220). Sum of RGB (Red+Green+Blue) = 255+216+220=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 216 (84.77% from 255 or 31.26% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8DC is #002723. Grayscale: #E4E4E4. Windows color (decimal): -10020 or 14473471. OLE color: 14473471.

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

Color convert

RGB255216220-
CMYK00.150.140
HSL353.85º100%92.35%-
HSV(B)353.85º15.29%100%-
XYZ78.7175.5478.14-
YUV228.12123.42147.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.90%
GREEN value IS 216 (84.77% from 255) = 31.26%
BLUE value IS 220 (86.33% from 255) = 31.84%
R=36.90%
G=31.26%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521622000.150.140353.8510092.35
HexFFD8DC0FE0162645c
Octal377330334017160542144134
Binary111111111101100011011100011111110010110001011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD8DC; }

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

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

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

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

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

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

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

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