#FCD2EF

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

Shades of Pig Pink #FCD2EF

Tints of Pig Pink #FCD2EF

Color information

#FCD2EF (or 0xFCD2EF) is unknown color: approx Pig Pink. HEX triplet: FC, D2 and EF. RGB value is (252,210,239). Sum of RGB (Red+Green+Blue) = 252+210+239=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 210 (82.42% from 255 or 29.96% from 701); Blue value is 239 (93.75% from 255 or 34.09% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD2EF is #032D10. Grayscale: #E1E1E1. Windows color (decimal): -208145 or 15717116. OLE color: 15717116.

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

Color convert

RGB252210239-
CMYK00.170.050.01
HSL318.57º87.5%90.59%-
HSV(B)318.57º16.67%98.82%-
XYZ78.7773.0291.6-
YUV225.86135.41146.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.95%
GREEN value IS 210 (82.42% from 255) = 29.96%
BLUE value IS 239 (93.75% from 255) = 34.09%
R=35.95%
G=29.96%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221023900.170.050.01318.5787.590.59
HexFCD2EF0115113f585b
Octal37432235702151477130133
Binary111111001101001011101111010001101110011111110110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD2EF; }

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

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

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

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

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

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

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

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