#FCDCD0

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

Shades of Pippin #FCDCD0

Tints of Pippin #FCDCD0

Color information

#FCDCD0 (or 0xFCDCD0) is unknown color: approx Pippin. HEX triplet: FC, DC and D0. RGB value is (252,220,208). Sum of RGB (Red+Green+Blue) = 252+220+208=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 208 (81.64% from 255 or 30.59% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCD0 is #03232F. Grayscale: #E4E4E4. Windows color (decimal): -205616 or 13688060. OLE color: 13688060.

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

Color convert

RGB252220208-
CMYK00.130.170.01
HSL16.36º88%90.2%-
HSV(B)16.36º17.46%98.82%-
XYZ77.1276.4470.36-
YUV228.2116.6144.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.06%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 208 (81.64% from 255) = 30.59%
R=37.06%
G=32.35%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222020800.130.170.0116.368890.2
HexFCDCD00D11110585a
Octal37433432001521120130132
Binary111111001101110011010000011011000111000010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDCD0; }

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

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

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

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

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

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

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

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