#F1E2C5

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

Shades of Pipi #F1E2C5

Tints of Pipi #F1E2C5

Color information

#F1E2C5 (or 0xF1E2C5) is unknown color: approx Pipi. HEX triplet: F1, E2 and C5. RGB value is (241,226,197). Sum of RGB (Red+Green+Blue) = 241+226+197=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 226 (88.67% from 255 or 34.04% from 664); Blue value is 197 (77.34% from 255 or 29.67% from 664); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2C5 is #0E1D3A. Grayscale: #E3E3E3. Windows color (decimal): -924987 or 12968689. OLE color: 12968689.

HSL color Cylindrical-coordinate representation of color #F1E2C5: hue angle of 39.55º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1E2C5 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB241226197-
CMYK00.060.180.05
HSL39.55º61.11%85.88%-
HSV(B)39.55º18.26%94.51%-
XYZ73.5577.1263.83-
YUV227.18110.97137.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.30%
GREEN value IS 226 (88.67% from 255) = 34.04%
BLUE value IS 197 (77.34% from 255) = 29.67%
R=36.30%
G=34.04%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122619700.060.180.0539.5561.1185.88
HexF1E2C506125283d56
Octal361342305062255075126
Binary1111000111100010110001010110100101011010001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E2C5; }

 p { color: rgb(241,226,197); }

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

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

 a { background-color: rgb(241,226,197); }

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

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

 span { border-color: rgb(241,226,197); }

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