#F1E0EB

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

Shades of Pig Pink #F1E0EB

Tints of Pig Pink #F1E0EB

Color information

#F1E0EB (or 0xF1E0EB) is unknown color: approx Pig Pink. HEX triplet: F1, E0 and EB. RGB value is (241,224,235). Sum of RGB (Red+Green+Blue) = 241+224+235=700 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.43% from 700); Green value is 224 (87.89% from 255 or 32% from 700); Blue value is 235 (92.19% from 255 or 33.57% from 700); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E0EB is #0E1F14. Grayscale: #E6E6E6. Windows color (decimal): -925461 or 15458545. OLE color: 15458545.

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

Color convert

RGB241224235-
CMYK00.070.020.05
HSL321.18º37.78%91.18%-
HSV(B)321.18º7.05%94.51%-
XYZ77.9378.0189.55-
YUV230.34130.63135.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.43%
GREEN value IS 224 (87.89% from 255) = 32%
BLUE value IS 235 (92.19% from 255) = 33.57%
R=34.43%
G=32%
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
Decimal24122423500.070.020.05321.1837.7891.18
HexF1E0EB0725141265b
Octal361340353072550146133
Binary1111000111100000111010110111101011010000011001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E0EB; }

 p { color: rgb(241,224,235); }

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

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

 a { background-color: rgb(241,224,235); }

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

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

 span { border-color: rgb(241,224,235); }

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