#FCD1EA

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

Shades of Pig Pink #FCD1EA

Tints of Pig Pink #FCD1EA

Color information

#FCD1EA (or 0xFCD1EA) is unknown color: approx Pig Pink. HEX triplet: FC, D1 and EA. RGB value is (252,209,234). Sum of RGB (Red+Green+Blue) = 252+209+234=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 209 (82.03% from 255 or 30.07% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD1EA is #032E15. Grayscale: #E0E0E0. Windows color (decimal): -208406 or 15389180. OLE color: 15389180.

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

Color convert

RGB252209234-
CMYK00.170.070.01
HSL325.12º87.76%90.39%-
HSV(B)325.12º17.06%98.82%-
XYZ77.872.2487.68-
YUV224.71133.25147.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.26%
GREEN value IS 209 (82.03% from 255) = 30.07%
BLUE value IS 234 (91.80% from 255) = 33.67%
R=36.26%
G=30.07%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220923400.170.070.01325.1287.7690.39
HexFCD1EA01171145585a
Octal37432135202171505130132
Binary111111001101000111101010010001111110100010110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD1EA; }

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

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

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

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

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

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

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

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