#FCDEE6

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

Shades of Pig Pink #FCDEE6

Tints of Pig Pink #FCDEE6

Color information

#FCDEE6 (or 0xFCDEE6) is unknown color: approx Pig Pink. HEX triplet: FC, DE and E6. RGB value is (252,222,230). Sum of RGB (Red+Green+Blue) = 252+222+230=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 222 (87.11% from 255 or 31.53% from 704); Blue value is 230 (90.23% from 255 or 32.67% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEE6 is #032119. Grayscale: #E7E7E7. Windows color (decimal): -205082 or 15130364. OLE color: 15130364.

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

Color convert

RGB252222230-
CMYK00.120.090.01
HSL344º83.33%92.94%-
HSV(B)344º11.9%98.82%-
XYZ80.5578.6585.8-
YUV231.88126.94142.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.80%
GREEN value IS 222 (87.11% from 255) = 31.53%
BLUE value IS 230 (90.23% from 255) = 32.67%
R=35.80%
G=31.53%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222223000.120.090.0134483.3392.94
HexFCDEE60C91158535d
Octal374336346014111530123135
Binary111111001101111011100110011001001110101100010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDEE6; }

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

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

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

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

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

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

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

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