#FCD0E3

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

Shades of Pig Pink #FCD0E3

Tints of Pig Pink #FCD0E3

Color information

#FCD0E3 (or 0xFCD0E3) is unknown color: approx Pig Pink. HEX triplet: FC, D0 and E3. RGB value is (252,208,227). Sum of RGB (Red+Green+Blue) = 252+208+227=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 208 (81.64% from 255 or 30.28% from 687); Blue value is 227 (89.06% from 255 or 33.04% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0E3 is #032F1C. Grayscale: #DFDFDF. Windows color (decimal): -208669 or 14930172. OLE color: 14930172.

HSL color Cylindrical-coordinate representation of color #FCD0E3: hue angle of 334.09º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCD0E3 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB252208227-
CMYK00.170.100.01
HSL334.09º88%90.2%-
HSV(B)334.09º17.46%98.82%-
XYZ76.5771.3582.41-
YUV223.32130.08148.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.68%
GREEN value IS 208 (81.64% from 255) = 30.28%
BLUE value IS 227 (89.06% from 255) = 33.04%
R=36.68%
G=30.28%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220822700.170.100.01334.098890.2
HexFCD0E3011A114e585a
Octal374320343021121516130132
Binary1111110011010000111000110100011010110100111010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD0E3; }

 p { color: rgb(252,208,227); }

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

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

 a { background-color: rgb(252,208,227); }

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

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

 span { border-color: rgb(252,208,227); }

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