#FCCEDE

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

Shades of Pig Pink #FCCEDE

Tints of Pig Pink #FCCEDE

Color information

#FCCEDE (or 0xFCCEDE) is unknown color: approx Pig Pink. HEX triplet: FC, CE and DE. RGB value is (252,206,222). Sum of RGB (Red+Green+Blue) = 252+206+222=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 206 (80.86% from 255 or 30.29% from 680); Blue value is 222 (87.11% from 255 or 32.65% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEDE is #033121. Grayscale: #DDDDDD. Windows color (decimal): -209186 or 14601980. OLE color: 14601980.

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

Color convert

RGB252206222-
CMYK00.180.120.01
HSL339.13º88.46%89.8%-
HSV(B)339.13º18.25%98.82%-
XYZ75.470.1178.67-
YUV221.58128.24149.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.06%
GREEN value IS 206 (80.86% from 255) = 30.29%
BLUE value IS 222 (87.11% from 255) = 32.65%
R=37.06%
G=30.29%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220622200.180.120.01339.1388.4689.8
HexFCCEDE012C1153585a
Octal374316336022141523130132
Binary1111110011001110110111100100101100110101001110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCEDE; }

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

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

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

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

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

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

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

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