#FCDEE9

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

Shades of Pig Pink #FCDEE9

Tints of Pig Pink #FCDEE9

Color information

#FCDEE9 (or 0xFCDEE9) is unknown color: approx Pig Pink. HEX triplet: FC, DE and E9. RGB value is (252,222,233). Sum of RGB (Red+Green+Blue) = 252+222+233=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 222 (87.11% from 255 or 31.40% from 707); Blue value is 233 (91.41% from 255 or 32.96% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEE9 is #032116. Grayscale: #E8E8E8. Windows color (decimal): -205079 or 15326972. OLE color: 15326972.

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

Color convert

RGB252222233-
CMYK00.120.080.01
HSL338º83.33%92.94%-
HSV(B)338º11.9%98.82%-
XYZ80.9778.8288.04-
YUV232.22128.44142.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.64%
GREEN value IS 222 (87.11% from 255) = 31.40%
BLUE value IS 233 (91.41% from 255) = 32.96%
R=35.64%
G=31.40%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222223300.120.080.0133883.3392.94
HexFCDEE90C81152535d
Octal374336351014101522123135
Binary111111001101111011101001011001000110101001010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDEE9; }

 p { color: rgb(252,222,233); }

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

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

 a { background-color: rgb(252,222,233); }

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

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

 span { border-color: rgb(252,222,233); }

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