#FCDDD6

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

Shades of Pippin #FCDDD6

Tints of Pippin #FCDDD6

Color information

#FCDDD6 (or 0xFCDDD6) is unknown color: approx Pippin. HEX triplet: FC, DD and D6. RGB value is (252,221,214). Sum of RGB (Red+Green+Blue) = 252+221+214=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 214 (83.98% from 255 or 31.15% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDD6 is #032229. Grayscale: #E5E5E5. Windows color (decimal): -205354 or 14081532. OLE color: 14081532.

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

Color convert

RGB252221214-
CMYK00.120.150.01
HSL11.05º86.36%91.37%-
HSV(B)11.05º15.08%98.82%-
XYZ78.1477.2674.41-
YUV229.47119.27144.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.68%
GREEN value IS 221 (86.72% from 255) = 32.17%
BLUE value IS 214 (83.98% from 255) = 31.15%
R=36.68%
G=32.17%
B=31.15%

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
Decimal25222121400.120.150.0111.0586.3691.37
HexFCDDD60CF1b565b
Octal37433532601417113126133
Binary1111110011011101110101100110011111101110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDD6; }

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

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

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

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

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

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

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

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