#FCDDE7

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

Shades of Pig Pink #FCDDE7

Tints of Pig Pink #FCDDE7

Color information

#FCDDE7 (or 0xFCDDE7) is unknown color: approx Pig Pink. HEX triplet: FC, DD and E7. RGB value is (252,221,231). Sum of RGB (Red+Green+Blue) = 252+221+231=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 221 (86.72% from 255 or 31.39% from 704); Blue value is 231 (90.62% from 255 or 32.81% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDE7 is #032218. Grayscale: #E7E7E7. Windows color (decimal): -205337 or 15195644. OLE color: 15195644.

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

Color convert

RGB252221231-
CMYK00.120.080.01
HSL340.65º83.78%92.75%-
HSV(B)340.65º12.3%98.82%-
XYZ80.4378.1886.45-
YUV231.41127.77142.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.80%
GREEN value IS 221 (86.72% from 255) = 31.39%
BLUE value IS 231 (90.62% from 255) = 32.81%
R=35.80%
G=31.39%
B=32.81%

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
Decimal25222123100.120.080.01340.6583.7892.75
HexFCDDE70C81155545d
Octal374335347014101525124135
Binary111111001101110111100111011001000110101010110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDE7; }

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

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

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

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

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

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

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

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