#FCD3EA

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

Shades of Pig Pink #FCD3EA

Tints of Pig Pink #FCD3EA

Color information

#FCD3EA (or 0xFCD3EA) is unknown color: approx Pig Pink. HEX triplet: FC, D3 and EA. RGB value is (252,211,234). Sum of RGB (Red+Green+Blue) = 252+211+234=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 211 (82.81% from 255 or 30.27% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD3EA is #032C15. Grayscale: #E1E1E1. Windows color (decimal): -207894 or 15389692. OLE color: 15389692.

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

Color convert

RGB252211234-
CMYK00.160.070.01
HSL326.34º87.23%90.78%-
HSV(B)326.34º16.27%98.82%-
XYZ78.2973.2287.85-
YUV225.88132.58146.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.15%
GREEN value IS 211 (82.81% from 255) = 30.27%
BLUE value IS 234 (91.80% from 255) = 33.57%
R=36.15%
G=30.27%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221123400.160.070.01326.3487.2390.78
HexFCD3EA01071146575b
Octal37432335202071506127133
Binary111111001101001111101010010000111110100011010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD3EA; }

 p { color: rgb(252,211,234); }

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

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

 a { background-color: rgb(252,211,234); }

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

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

 span { border-color: rgb(252,211,234); }

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