#FAE1EC

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

Shades of Pig Pink #FAE1EC

Tints of Pig Pink #FAE1EC

Color information

#FAE1EC (or 0xFAE1EC) is unknown color: approx Pig Pink. HEX triplet: FA, E1 and EC. RGB value is (250,225,236). Sum of RGB (Red+Green+Blue) = 250+225+236=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 225 (88.28% from 255 or 31.65% from 711); Blue value is 236 (92.58% from 255 or 33.19% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE1EC is #051E13. Grayscale: #E9E9E9. Windows color (decimal): -335380 or 15524346. OLE color: 15524346.

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

Color convert

RGB250225236-
CMYK00.100.060.02
HSL333.6º71.43%93.14%-
HSV(B)333.6º10%98.04%-
XYZ81.4980.2390.55-
YUV233.73129.28139.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.16%
GREEN value IS 225 (88.28% from 255) = 31.65%
BLUE value IS 236 (92.58% from 255) = 33.19%
R=35.16%
G=31.65%
B=33.19%

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
Decimal25022523600.100.060.02333.671.4393.14
HexFAE1EC0A6214e475d
Octal37234135401262516107135
Binary111110101110000111101100010101101010100111010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE1EC; }

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

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

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

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

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

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

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

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