#FCDEE7

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

Shades of Pig Pink #FCDEE7

Tints of Pig Pink #FCDEE7

Color information

#FCDEE7 (or 0xFCDEE7) is unknown color: approx Pig Pink. HEX triplet: FC, DE and E7. RGB value is (252,222,231). Sum of RGB (Red+Green+Blue) = 252+222+231=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 231 (90.62% from 255 or 32.77% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEE7 is #032118. Grayscale: #E7E7E7. Windows color (decimal): -205081 or 15195900. OLE color: 15195900.

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

Color convert

RGB252222231-
CMYK00.120.080.01
HSL342º83.33%92.94%-
HSV(B)342º11.9%98.82%-
XYZ80.6978.7186.54-
YUV232127.44142.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.74%
GREEN value IS 222 (87.11% from 255) = 31.49%
BLUE value IS 231 (90.62% from 255) = 32.77%
R=35.74%
G=31.49%
B=32.77%

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
Decimal25222223100.120.080.0134283.3392.94
HexFCDEE70C81156535d
Octal374336347014101526123135
Binary111111001101111011100111011001000110101011010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDEE7; }

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

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

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

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

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

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

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

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