#FCD0DE

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

Shades of Pig Pink #FCD0DE

Tints of Pig Pink #FCD0DE

Color information

#FCD0DE (or 0xFCD0DE) is unknown color: approx Pig Pink. HEX triplet: FC, D0 and DE. RGB value is (252,208,222). Sum of RGB (Red+Green+Blue) = 252+208+222=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 208 (81.64% from 255 or 30.50% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0DE is #032F21. Grayscale: #DEDEDE. Windows color (decimal): -208674 or 14602492. OLE color: 14602492.

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

Color convert

RGB252208222-
CMYK00.170.120.01
HSL340.91º88%90.2%-
HSV(B)340.91º17.46%98.82%-
XYZ75.8971.0878.83-
YUV222.75127.58148.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 208 (81.64% from 255) = 30.50%
BLUE value IS 222 (87.11% from 255) = 32.55%
R=36.95%
G=30.50%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220822200.170.120.01340.918890.2
HexFCD0DE011C1155585a
Octal374320336021141525130132
Binary1111110011010000110111100100011100110101010110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD0DE; }

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

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

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

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

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

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

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

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