#FCDDE8

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

Shades of Pig Pink #FCDDE8

Tints of Pig Pink #FCDDE8

Color information

#FCDDE8 (or 0xFCDDE8) is unknown color: approx Pig Pink. HEX triplet: FC, DD and E8. RGB value is (252,221,232). Sum of RGB (Red+Green+Blue) = 252+221+232=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 232 (91.02% from 255 or 32.91% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDE8 is #032217. Grayscale: #E7E7E7. Windows color (decimal): -205336 or 15261180. OLE color: 15261180.

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

Color convert

RGB252221232-
CMYK00.120.080.01
HSL338.71º83.78%92.75%-
HSV(B)338.71º12.3%98.82%-
XYZ80.5778.2387.2-
YUV231.52128.27142.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.74%
GREEN value IS 221 (86.72% from 255) = 31.35%
BLUE value IS 232 (91.02% from 255) = 32.91%
R=35.74%
G=31.35%
B=32.91%

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
Decimal25222123200.120.080.01338.7183.7892.75
HexFCDDE80C81153545d
Octal374335350014101523124135
Binary111111001101110111101000011001000110101001110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDE8; }

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

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

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

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

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

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

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

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