#FCDFCF

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

Shades of Pippin #FCDFCF

Tints of Pippin #FCDFCF

Color information

#FCDFCF (or 0xFCDFCF) is unknown color: approx Pippin. HEX triplet: FC, DF and CF. RGB value is (252,223,207). Sum of RGB (Red+Green+Blue) = 252+223+207=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 207 (81.25% from 255 or 30.35% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFCF is #032030. Grayscale: #E5E5E5. Windows color (decimal): -204849 or 13623292. OLE color: 13623292.

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

Color convert

RGB252223207-
CMYK00.120.180.01
HSL21.33º88.24%90%-
HSV(B)21.33º17.86%98.82%-
XYZ77.877.9869.98-
YUV229.85115.11143.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 223 (87.5% from 255) = 32.70%
BLUE value IS 207 (81.25% from 255) = 30.35%
R=36.95%
G=32.70%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222320700.120.180.0121.3388.2490
HexFCDFCF0C12115585a
Octal37433731701422125130132
Binary111111001101111111001111011001001011010110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDFCF; }

 p { color: rgb(252,223,207); }

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

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

 a { background-color: rgb(252,223,207); }

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

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

 span { border-color: rgb(252,223,207); }

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