#F1E1EC

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

Shades of Pig Pink #F1E1EC

Tints of Pig Pink #F1E1EC

Color information

#F1E1EC (or 0xF1E1EC) is unknown color: approx Pig Pink. HEX triplet: F1, E1 and EC. RGB value is (241,225,236). Sum of RGB (Red+Green+Blue) = 241+225+236=702 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.33% from 702); Green value is 225 (88.28% from 255 or 32.05% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E1EC is #0E1E13. Grayscale: #E7E7E7. Windows color (decimal): -925204 or 15524337. OLE color: 15524337.

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

Color convert

RGB241225236-
CMYK00.070.020.05
HSL318.75º36.36%91.37%-
HSV(B)318.75º6.64%94.51%-
XYZ78.3478.6190.4-
YUV231.04130.8135.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.33%
GREEN value IS 225 (88.28% from 255) = 32.05%
BLUE value IS 236 (92.58% from 255) = 33.62%
R=34.33%
G=32.05%
B=33.62%

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
Decimal24122523600.070.020.05318.7536.3691.37
HexF1E1EC072513f245b
Octal361341354072547744133
Binary1111000111100001111011000111101011001111111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E1EC; }

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

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

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

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

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

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

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

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