#FAE1EE

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

Shades of Pig Pink #FAE1EE

Tints of Pig Pink #FAE1EE

Color information

#FAE1EE (or 0xFAE1EE) is unknown color: approx Pig Pink. HEX triplet: FA, E1 and EE. RGB value is (250,225,238). Sum of RGB (Red+Green+Blue) = 250+225+238=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 225 (88.28% from 255 or 31.56% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE1EE is #051E11. Grayscale: #E9E9E9. Windows color (decimal): -335378 or 15655418. OLE color: 15655418.

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

Color convert

RGB250225238-
CMYK00.100.050.02
HSL328.8º71.43%93.14%-
HSV(B)328.8º10%98.04%-
XYZ81.7880.3592.09-
YUV233.96130.28139.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.06%
GREEN value IS 225 (88.28% from 255) = 31.56%
BLUE value IS 238 (93.36% from 255) = 33.38%
R=35.06%
G=31.56%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022523800.100.050.02328.871.4393.14
HexFAE1EE0A52149475d
Octal37234135601252511107135
Binary111110101110000111101110010101011010100100110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE1EE; }

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

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

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

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

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

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

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

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