#FCDEF2

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

Shades of Pig Pink #FCDEF2

Tints of Pig Pink #FCDEF2

Color information

#FCDEF2 (or 0xFCDEF2) is unknown color: approx Pig Pink. HEX triplet: FC, DE and F2. RGB value is (252,222,242). Sum of RGB (Red+Green+Blue) = 252+222+242=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 222 (87.11% from 255 or 31.01% from 716); Blue value is 242 (94.92% from 255 or 33.80% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEF2 is #03210D. Grayscale: #E9E9E9. Windows color (decimal): -205070 or 15916796. OLE color: 15916796.

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

Color convert

RGB252222242-
CMYK00.120.040.01
HSL320º83.33%92.94%-
HSV(B)320º11.9%98.82%-
XYZ82.2979.3594.98-
YUV233.25132.94141.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.20%
GREEN value IS 222 (87.11% from 255) = 31.01%
BLUE value IS 242 (94.92% from 255) = 33.80%
R=35.20%
G=31.01%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222224200.120.040.0132083.3392.94
HexFCDEF20C41140535d
Octal37433636201441500123135
Binary11111100110111101111001001100100110100000010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDEF2; }

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

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

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

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

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

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

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

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