#F2E1EC

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

Shades of Pig Pink #F2E1EC

Tints of Pig Pink #F2E1EC

Color information

#F2E1EC (or 0xF2E1EC) is unknown color: approx Pig Pink. HEX triplet: F2, E1 and EC. RGB value is (242,225,236). Sum of RGB (Red+Green+Blue) = 242+225+236=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 225 (88.28% from 255 or 32.01% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E1EC is #0D1E13. Grayscale: #E7E7E7. Windows color (decimal): -859668 or 15524338. OLE color: 15524338.

HSL color Cylindrical-coordinate representation of color #F2E1EC: hue angle of 321.18º degrees, saturation: 0.4, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2E1EC is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242225236-
CMYK00.070.020.05
HSL321.18º39.53%91.57%-
HSV(B)321.18º7.02%94.9%-
XYZ78.6878.7890.42-
YUV231.34130.63135.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.42%
GREEN value IS 225 (88.28% from 255) = 32.01%
BLUE value IS 236 (92.58% from 255) = 33.57%
R=34.42%
G=32.01%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222523600.070.020.05321.1839.5391.57
HexF2E1EC0725141285c
Octal362341354072550150134
Binary1111001011100001111011000111101011010000011010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E1EC; }

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

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

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

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

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

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

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

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