#FCD4E2

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

Shades of Pig Pink #FCD4E2

Tints of Pig Pink #FCD4E2

Color information

#FCD4E2 (or 0xFCD4E2) is unknown color: approx Pig Pink. HEX triplet: FC, D4 and E2. RGB value is (252,212,226). Sum of RGB (Red+Green+Blue) = 252+212+226=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 212 (83.20% from 255 or 30.72% from 690); Blue value is 226 (88.67% from 255 or 32.75% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4E2 is #032B1D. Grayscale: #E1E1E1. Windows color (decimal): -207646 or 14865660. OLE color: 14865660.

HSL color Cylindrical-coordinate representation of color #FCD4E2: hue angle of 339º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCD4E2 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB252212226-
CMYK00.160.100.01
HSL339º86.96%90.98%-
HSV(B)339º15.87%98.82%-
XYZ77.4273.2782.01-
YUV225.56128.25146.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.52%
GREEN value IS 212 (83.20% from 255) = 30.72%
BLUE value IS 226 (88.67% from 255) = 32.75%
R=36.52%
G=30.72%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221222600.160.100.0133986.9690.98
HexFCD4E2010A1153575b
Octal374324342020121523127133
Binary1111110011010100111000100100001010110101001110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD4E2; }

 p { color: rgb(252,212,226); }

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

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

 a { background-color: rgb(252,212,226); }

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

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

 span { border-color: rgb(252,212,226); }

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