#F1E1C3

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

Shades of Pipi #F1E1C3

Tints of Pipi #F1E1C3

Color information

#F1E1C3 (or 0xF1E1C3) is unknown color: approx Pipi. HEX triplet: F1, E1 and C3. RGB value is (241,225,195). Sum of RGB (Red+Green+Blue) = 241+225+195=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 225 (88.28% from 255 or 34.04% from 661); Blue value is 195 (76.56% from 255 or 29.50% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1C3 is #0E1E3C. Grayscale: #E2E2E2. Windows color (decimal): -925245 or 12837361. OLE color: 12837361.

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

Color convert

RGB241225195-
CMYK00.070.190.05
HSL39.13º62.16%85.49%-
HSV(B)39.13º19.09%94.51%-
XYZ73.0576.4962.54-
YUV226.36110.3138.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.46%
GREEN value IS 225 (88.28% from 255) = 34.04%
BLUE value IS 195 (76.56% from 255) = 29.50%
R=36.46%
G=34.04%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122519500.070.190.0539.1362.1685.49
HexF1E1C307135273e55
Octal361341303072354776125
Binary1111000111100001110000110111100111011001111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E1C3; }

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

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

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

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

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

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

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

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