#FCD5E1

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

Shades of Pig Pink #FCD5E1

Tints of Pig Pink #FCD5E1

Color information

#FCD5E1 (or 0xFCD5E1) is unknown color: approx Pig Pink. HEX triplet: FC, D5 and E1. RGB value is (252,213,225). Sum of RGB (Red+Green+Blue) = 252+213+225=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 213 (83.59% from 255 or 30.87% from 690); Blue value is 225 (88.28% from 255 or 32.61% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5E1 is #032A1E. Grayscale: #E2E2E2. Windows color (decimal): -207391 or 14800380. OLE color: 14800380.

HSL color Cylindrical-coordinate representation of color #FCD5E1: hue angle of 341.54º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCD5E1 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB252213225-
CMYK00.150.110.01
HSL341.54º86.67%91.18%-
HSV(B)341.54º15.48%98.82%-
XYZ77.5373.7281.38-
YUV226.03127.42146.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.52%
GREEN value IS 213 (83.59% from 255) = 30.87%
BLUE value IS 225 (88.28% from 255) = 32.61%
R=36.52%
G=30.87%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221322500.150.110.01341.5486.6791.18
HexFCD5E10FB1156575b
Octal374325341017131526127133
Binary111111001101010111100001011111011110101011010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD5E1; }

 p { color: rgb(252,213,225); }

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

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

 a { background-color: rgb(252,213,225); }

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

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

 span { border-color: rgb(252,213,225); }

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