#FADCE5

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

Shades of Pig Pink #FADCE5

Tints of Pig Pink #FADCE5

Color information

#FADCE5 (or 0xFADCE5) is unknown color: approx Pig Pink. HEX triplet: FA, DC and E5. RGB value is (250,220,229). Sum of RGB (Red+Green+Blue) = 250+220+229=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 229 (89.84% from 255 or 32.76% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCE5 is #05231A. Grayscale: #E5E5E5. Windows color (decimal): -336667 or 15064314. OLE color: 15064314.

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

Color convert

RGB250220229-
CMYK00.120.080.02
HSL342º75%92.16%-
HSV(B)342º12%98.04%-
XYZ79.1677.1784.85-
YUV230127.44142.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.77%
GREEN value IS 220 (86.33% from 255) = 31.47%
BLUE value IS 229 (89.84% from 255) = 32.76%
R=35.77%
G=31.47%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022022900.120.080.023427592.16
HexFADCE50C821564b5c
Octal372334345014102526113134
Binary1111101011011100111001010110010001010101011010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCE5; }

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

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

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

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

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

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

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

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