#FCDED6

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

Shades of Pippin #FCDED6

Tints of Pippin #FCDED6

Color information

#FCDED6 (or 0xFCDED6) is unknown color: approx Pippin. HEX triplet: FC, DE and D6. RGB value is (252,222,214). Sum of RGB (Red+Green+Blue) = 252+222+214=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 214 (83.98% from 255 or 31.10% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDED6 is #032129. Grayscale: #E6E6E6. Windows color (decimal): -205098 or 14081788. OLE color: 14081788.

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

Color convert

RGB252222214-
CMYK00.120.150.01
HSL12.63º86.36%91.37%-
HSV(B)12.63º15.08%98.82%-
XYZ78.477.7974.5-
YUV230.06118.94143.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.63%
GREEN value IS 222 (87.11% from 255) = 32.27%
BLUE value IS 214 (83.98% from 255) = 31.10%
R=36.63%
G=32.27%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222221400.120.150.0112.6386.3691.37
HexFCDED60CF1d565b
Octal37433632601417115126133
Binary1111110011011110110101100110011111110110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDED6; }

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

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

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

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

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

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

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

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