#FCDCD6

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

Shades of Pippin #FCDCD6

Tints of Pippin #FCDCD6

Color information

#FCDCD6 (or 0xFCDCD6) is unknown color: approx Pippin. HEX triplet: FC, DC and D6. RGB value is (252,220,214). Sum of RGB (Red+Green+Blue) = 252+220+214=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 214 (83.98% from 255 or 31.20% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCD6 is #032329. Grayscale: #E4E4E4. Windows color (decimal): -205610 or 14081276. OLE color: 14081276.

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

Color convert

RGB252220214-
CMYK00.130.150.01
HSL9.47º86.36%91.37%-
HSV(B)9.47º15.08%98.82%-
XYZ77.8876.7474.33-
YUV228.88119.6144.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 220 (86.33% from 255) = 32.07%
BLUE value IS 214 (83.98% from 255) = 31.20%
R=36.73%
G=32.07%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222021400.130.150.019.4786.3691.37
HexFCDCD60DF19565b
Octal37433432601517111126133
Binary1111110011011100110101100110111111100110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDCD6; }

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

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

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

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

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

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

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

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