#FADCEF

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

Shades of Pig Pink #FADCEF

Tints of Pig Pink #FADCEF

Color information

#FADCEF (or 0xFADCEF) is unknown color: approx Pig Pink. HEX triplet: FA, DC and EF. RGB value is (250,220,239). Sum of RGB (Red+Green+Blue) = 250+220+239=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 220 (86.33% from 255 or 31.03% from 709); Blue value is 239 (93.75% from 255 or 33.71% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCEF is #052310. Grayscale: #E7E7E7. Windows color (decimal): -336657 or 15719674. OLE color: 15719674.

HSL color Cylindrical-coordinate representation of color #FADCEF: hue angle of 322º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADCEF is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB250220239-
CMYK00.120.040.02
HSL322º75%92.16%-
HSV(B)322º12%98.04%-
XYZ80.677.7492.42-
YUV231.14132.44141.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.26%
GREEN value IS 220 (86.33% from 255) = 31.03%
BLUE value IS 239 (93.75% from 255) = 33.71%
R=35.26%
G=31.03%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022023900.120.040.023227592.16
HexFADCEF0C421424b5c
Octal37233435701442502113134
Binary111110101101110011101111011001001010100001010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCEF; }

 p { color: rgb(250,220,239); }

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

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

 a { background-color: rgb(250,220,239); }

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

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

 span { border-color: rgb(250,220,239); }

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