#FCCEDF

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

Shades of Pig Pink #FCCEDF

Tints of Pig Pink #FCCEDF

Color information

#FCCEDF (or 0xFCCEDF) is unknown color: approx Pig Pink. HEX triplet: FC, CE and DF. RGB value is (252,206,223). Sum of RGB (Red+Green+Blue) = 252+206+223=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 206 (80.86% from 255 or 30.25% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEDF is #033120. Grayscale: #DDDDDD. Windows color (decimal): -209185 or 14667516. OLE color: 14667516.

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

Color convert

RGB252206223-
CMYK00.180.120.01
HSL337.83º88.46%89.8%-
HSV(B)337.83º18.25%98.82%-
XYZ75.5470.1779.37-
YUV221.69128.74149.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.00%
GREEN value IS 206 (80.86% from 255) = 30.25%
BLUE value IS 223 (87.5% from 255) = 32.75%
R=37.00%
G=30.25%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220622300.180.120.01337.8388.4689.8
HexFCCEDF012C1152585a
Octal374316337022141522130132
Binary1111110011001110110111110100101100110101001010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCEDF; }

 p { color: rgb(252,206,223); }

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

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

 a { background-color: rgb(252,206,223); }

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

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

 span { border-color: rgb(252,206,223); }

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