#FCD5EC

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

Shades of Pig Pink #FCD5EC

Tints of Pig Pink #FCD5EC

Color information

#FCD5EC (or 0xFCD5EC) is unknown color: approx Pig Pink. HEX triplet: FC, D5 and EC. RGB value is (252,213,236). Sum of RGB (Red+Green+Blue) = 252+213+236=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 213 (83.59% from 255 or 30.39% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD5EC is #032A13. Grayscale: #E3E3E3. Windows color (decimal): -207380 or 15521276. OLE color: 15521276.

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

Color convert

RGB252213236-
CMYK00.150.060.01
HSL324.62º86.67%91.18%-
HSV(B)324.62º15.48%98.82%-
XYZ79.0874.3489.54-
YUV227.28132.92145.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.95%
GREEN value IS 213 (83.59% from 255) = 30.39%
BLUE value IS 236 (92.58% from 255) = 33.67%
R=35.95%
G=30.39%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221323600.150.060.01324.6286.6791.18
HexFCD5EC0F61145575b
Octal37432535401761505127133
Binary11111100110101011110110001111110110100010110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD5EC; }

 p { color: rgb(252,213,236); }

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

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

 a { background-color: rgb(252,213,236); }

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

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

 span { border-color: rgb(252,213,236); }

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