#FCD2EC

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

Shades of Pig Pink #FCD2EC

Tints of Pig Pink #FCD2EC

Color information

#FCD2EC (or 0xFCD2EC) is unknown color: approx Pig Pink. HEX triplet: FC, D2 and EC. RGB value is (252,210,236). Sum of RGB (Red+Green+Blue) = 252+210+236=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 210 (82.42% from 255 or 30.09% from 698); Blue value is 236 (92.58% from 255 or 33.81% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD2EC is #032D13. Grayscale: #E1E1E1. Windows color (decimal): -208148 or 15520508. OLE color: 15520508.

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

Color convert

RGB252210236-
CMYK00.170.060.01
HSL322.86º87.5%90.59%-
HSV(B)322.86º16.67%98.82%-
XYZ78.3372.8489.29-
YUV225.52133.91146.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.10%
GREEN value IS 210 (82.42% from 255) = 30.09%
BLUE value IS 236 (92.58% from 255) = 33.81%
R=36.10%
G=30.09%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221023600.170.060.01322.8687.590.59
HexFCD2EC01161143585b
Octal37432235402161503130133
Binary111111001101001011101100010001110110100001110110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD2EC; }

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

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

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

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

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

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

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

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