#FCCFDF

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

Shades of Pig Pink #FCCFDF

Tints of Pig Pink #FCCFDF

Color information

#FCCFDF (or 0xFCCFDF) is unknown color: approx Pig Pink. HEX triplet: FC, CF and DF. RGB value is (252,207,223). Sum of RGB (Red+Green+Blue) = 252+207+223=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFDF is #033020. Grayscale: #DEDEDE. Windows color (decimal): -208929 or 14667772. OLE color: 14667772.

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

Color convert

RGB252207223-
CMYK00.180.120.01
HSL338.67º88.24%90%-
HSV(B)338.67º17.86%98.82%-
XYZ75.7870.6579.45-
YUV222.28128.41149.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 207 (81.25% from 255) = 30.35%
BLUE value IS 223 (87.5% from 255) = 32.70%
R=36.95%
G=30.35%
B=32.70%

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
Decimal25220722300.180.120.01338.6788.2490
HexFCCFDF012C1153585a
Octal374317337022141523130132
Binary1111110011001111110111110100101100110101001110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFDF; }

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

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

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

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

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

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

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

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