#FCD4EA

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

Shades of Pig Pink #FCD4EA

Tints of Pig Pink #FCD4EA

Color information

#FCD4EA (or 0xFCD4EA) is unknown color: approx Pig Pink. HEX triplet: FC, D4 and EA. RGB value is (252,212,234). Sum of RGB (Red+Green+Blue) = 252+212+234=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 212 (83.20% from 255 or 30.37% from 698); Blue value is 234 (91.80% from 255 or 33.52% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD4EA is #032B15. Grayscale: #E2E2E2. Windows color (decimal): -207638 or 15389948. OLE color: 15389948.

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

Color convert

RGB252212234-
CMYK00.160.070.01
HSL327º86.96%90.98%-
HSV(B)327º15.87%98.82%-
XYZ78.5473.7287.93-
YUV226.47132.25146.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.10%
GREEN value IS 212 (83.20% from 255) = 30.37%
BLUE value IS 234 (91.80% from 255) = 33.52%
R=36.10%
G=30.37%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221223400.160.070.0132786.9690.98
HexFCD4EA01071147575b
Octal37432435202071507127133
Binary111111001101010011101010010000111110100011110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD4EA; }

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

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

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

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

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

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

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

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