#FDD7DC

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

Shades of Pale Pink #FDD7DC

Tints of Pale Pink #FDD7DC

Color information

#FDD7DC (or 0xFDD7DC) is unknown color: approx Pale Pink. HEX triplet: FD, D7 and DC. RGB value is (253,215,220). Sum of RGB (Red+Green+Blue) = 253+215+220=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 215 (84.38% from 255 or 31.25% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7DC is #022823. Grayscale: #E2E2E2. Windows color (decimal): -141348 or 14473213. OLE color: 14473213.

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

Color convert

RGB253215220-
CMYK00.150.130.01
HSL352.11º90.48%91.76%-
HSV(B)352.11º15.02%99.22%-
XYZ77.7374.6578.02-
YUV226.93124.09146.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.77%
GREEN value IS 215 (84.38% from 255) = 31.25%
BLUE value IS 220 (86.33% from 255) = 31.98%
R=36.77%
G=31.25%
B=31.98%

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
Decimal25321522000.150.130.01352.1190.4891.76
HexFDD7DC0FD11605a5c
Octal375327334017151540132134
Binary111111011101011111011100011111101110110000010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD7DC; }

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

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

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

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

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

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

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

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