#FCD9EE

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

Shades of Pig Pink #FCD9EE

Tints of Pig Pink #FCD9EE

Color information

#FCD9EE (or 0xFCD9EE) is unknown color: approx Pig Pink. HEX triplet: FC, D9 and EE. RGB value is (252,217,238). Sum of RGB (Red+Green+Blue) = 252+217+238=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 217 (85.16% from 255 or 30.69% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD9EE is #032611. Grayscale: #E5E5E5. Windows color (decimal): -206354 or 15653372. OLE color: 15653372.

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

Color convert

RGB252217238-
CMYK00.140.060.01
HSL324º85.37%91.96%-
HSV(B)324º13.89%98.82%-
XYZ80.3976.4991.42-
YUV229.86132.6143.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.64%
GREEN value IS 217 (85.16% from 255) = 30.69%
BLUE value IS 238 (93.36% from 255) = 33.66%
R=35.64%
G=30.69%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221723800.140.060.0132485.3791.96
HexFCD9EE0E61144555c
Octal37433135601661504125134
Binary11111100110110011110111001110110110100010010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD9EE; }

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

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

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

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

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

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

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

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