#FDD6DC

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

Shades of Pale Pink #FDD6DC

Tints of Pale Pink #FDD6DC

Color information

#FDD6DC (or 0xFDD6DC) is unknown color: approx Pale Pink. HEX triplet: FD, D6 and DC. RGB value is (253,214,220). Sum of RGB (Red+Green+Blue) = 253+214+220=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 214 (83.98% from 255 or 31.15% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6DC is #022923. Grayscale: #E2E2E2. Windows color (decimal): -141604 or 14472957. OLE color: 14472957.

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

Color convert

RGB253214220-
CMYK00.150.130.01
HSL350.77º90.7%91.57%-
HSV(B)350.77º15.42%99.22%-
XYZ77.4774.1477.94-
YUV226.34124.42147.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.83%
GREEN value IS 214 (83.98% from 255) = 31.15%
BLUE value IS 220 (86.33% from 255) = 32.02%
R=36.83%
G=31.15%
B=32.02%

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
Decimal25321422000.150.130.01350.7790.791.57
HexFDD6DC0FD115f5b5c
Octal375326334017151537133134
Binary111111011101011011011100011111101110101111110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD6DC; }

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

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

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

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

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

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

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

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