#FACFDF

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

Shades of Pig Pink #FACFDF

Tints of Pig Pink #FACFDF

Color information

#FACFDF (or 0xFACFDF) is unknown color: approx Pig Pink. HEX triplet: FA, CF and DF. RGB value is (250,207,223). Sum of RGB (Red+Green+Blue) = 250+207+223=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 207 (81.25% from 255 or 30.44% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFDF is #053020. Grayscale: #DDDDDD. Windows color (decimal): -340001 or 14667770. OLE color: 14667770.

HSL color Cylindrical-coordinate representation of color #FACFDF: hue angle of 337.67º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FACFDF is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB250207223-
CMYK00.170.110.02
HSL337.67º81.13%89.61%-
HSV(B)337.67º17.2%98.04%-
XYZ75.0670.2879.42-
YUV221.68128.75148.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.76%
GREEN value IS 207 (81.25% from 255) = 30.44%
BLUE value IS 223 (87.5% from 255) = 32.79%
R=36.76%
G=30.44%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020722300.170.110.02337.6781.1389.61
HexFACFDF011B2152515a
Octal372317337021132522121132
Binary11111010110011111101111101000110111010101001010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFDF; }

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

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

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

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

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

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

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

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