#FADCEA

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

Shades of Pig Pink #FADCEA

Tints of Pig Pink #FADCEA

Color information

#FADCEA (or 0xFADCEA) is unknown color: approx Pig Pink. HEX triplet: FA, DC and EA. RGB value is (250,220,234). Sum of RGB (Red+Green+Blue) = 250+220+234=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCEA is #052315. Grayscale: #E6E6E6. Windows color (decimal): -336662 or 15391994. OLE color: 15391994.

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

Color convert

RGB250220234-
CMYK00.120.060.02
HSL332º75%92.16%-
HSV(B)332º12%98.04%-
XYZ79.8777.4588.58-
YUV230.57129.94141.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.51%
GREEN value IS 220 (86.33% from 255) = 31.25%
BLUE value IS 234 (91.80% from 255) = 33.24%
R=35.51%
G=31.25%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022023400.120.060.023327592.16
HexFADCEA0C6214c4b5c
Octal37233435201462514113134
Binary111110101101110011101010011001101010100110010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCEA; }

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

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

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

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

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

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

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

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