#FAE0EC

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

Shades of Pig Pink #FAE0EC

Tints of Pig Pink #FAE0EC

Color information

#FAE0EC (or 0xFAE0EC) is unknown color: approx Pig Pink. HEX triplet: FA, E0 and EC. RGB value is (250,224,236). Sum of RGB (Red+Green+Blue) = 250+224+236=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 224 (87.89% from 255 or 31.55% from 710); Blue value is 236 (92.58% from 255 or 33.24% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE0EC is #051F13. Grayscale: #E9E9E9. Windows color (decimal): -335636 or 15524090. OLE color: 15524090.

HSL color Cylindrical-coordinate representation of color #FAE0EC: hue angle of 332.31º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE0EC is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250224236-
CMYK00.100.060.02
HSL332.31º72.22%92.94%-
HSV(B)332.31º10.4%98.04%-
XYZ81.2279.6990.46-
YUV233.14129.61140.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.21%
GREEN value IS 224 (87.89% from 255) = 31.55%
BLUE value IS 236 (92.58% from 255) = 33.24%
R=35.21%
G=31.55%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022423600.100.060.02332.3172.2292.94
HexFAE0EC0A6214c485d
Octal37234035401262514110135
Binary111110101110000011101100010101101010100110010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE0EC; }

 p { color: rgb(250,224,236); }

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

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

 a { background-color: rgb(250,224,236); }

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

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

 span { border-color: rgb(250,224,236); }

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