#FCD9E7

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

Shades of Pig Pink #FCD9E7

Tints of Pig Pink #FCD9E7

Color information

#FCD9E7 (or 0xFCD9E7) is unknown color: approx Pig Pink. HEX triplet: FC, D9 and E7. RGB value is (252,217,231). Sum of RGB (Red+Green+Blue) = 252+217+231=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 217 (85.16% from 255 or 31% from 700); Blue value is 231 (90.62% from 255 or 33% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD9E7 is #032618. Grayscale: #E5E5E5. Windows color (decimal): -206361 or 15194620. OLE color: 15194620.

HSL color Cylindrical-coordinate representation of color #FCD9E7: hue angle of 336º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCD9E7 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB252217231-
CMYK00.140.080.01
HSL336º85.37%91.96%-
HSV(B)336º13.89%98.82%-
XYZ79.3876.0986.1-
YUV229.06129.1144.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36%
GREEN value IS 217 (85.16% from 255) = 31%
BLUE value IS 231 (90.62% from 255) = 33%
R=36%
G=31%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221723100.140.080.0133685.3791.96
HexFCD9E70E81150555c
Octal374331347016101520125134
Binary111111001101100111100111011101000110101000010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD9E7; }

 p { color: rgb(252,217,231); }

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

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

 a { background-color: rgb(252,217,231); }

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

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

 span { border-color: rgb(252,217,231); }

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