#FCDECF

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

Shades of Pippin #FCDECF

Tints of Pippin #FCDECF

Color information

#FCDECF (or 0xFCDECF) is unknown color: approx Pippin. HEX triplet: FC, DE and CF. RGB value is (252,222,207). Sum of RGB (Red+Green+Blue) = 252+222+207=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 207 (81.25% from 255 or 30.40% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDECF is #032130. Grayscale: #E5E5E5. Windows color (decimal): -205105 or 13623036. OLE color: 13623036.

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

Color convert

RGB252222207-
CMYK00.120.180.01
HSL20º88.24%90%-
HSV(B)20º17.86%98.82%-
XYZ77.5377.4469.89-
YUV229.26115.44144.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.00%
GREEN value IS 222 (87.11% from 255) = 32.60%
BLUE value IS 207 (81.25% from 255) = 30.40%
R=37.00%
G=32.60%
B=30.40%

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
Decimal25222220700.120.180.012088.2490
HexFCDECF0C12114585a
Octal37433631701422124130132
Binary111111001101111011001111011001001011010010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDECF; }

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

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

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

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

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

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

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

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