#FDD8DC

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

Shades of Pale Pink #FDD8DC

Tints of Pale Pink #FDD8DC

Color information

#FDD8DC (or 0xFDD8DC) is unknown color: approx Pale Pink. HEX triplet: FD, D8 and DC. RGB value is (253,216,220). Sum of RGB (Red+Green+Blue) = 253+216+220=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 216 (84.77% from 255 or 31.35% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8DC is #022723. Grayscale: #E3E3E3. Windows color (decimal): -141092 or 14473469. OLE color: 14473469.

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

Color convert

RGB253216220-
CMYK00.150.130.01
HSL353.51º90.24%91.96%-
HSV(B)353.51º14.62%99.22%-
XYZ77.9875.1678.11-
YUV227.52123.76146.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.72%
GREEN value IS 216 (84.77% from 255) = 31.35%
BLUE value IS 220 (86.33% from 255) = 31.93%
R=36.72%
G=31.35%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321622000.150.130.01353.5190.2491.96
HexFDD8DC0FD11625a5c
Octal375330334017151542132134
Binary111111011101100011011100011111101110110001010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD8DC; }

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

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

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

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

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

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

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

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