#F2E1C4

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

Shades of Pipi #F2E1C4

Tints of Pipi #F2E1C4

Color information

#F2E1C4 (or 0xF2E1C4) is unknown color: approx Pipi. HEX triplet: F2, E1 and C4. RGB value is (242,225,196). Sum of RGB (Red+Green+Blue) = 242+225+196=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 196 (76.95% from 255 or 29.56% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1C4 is #0D1E3B. Grayscale: #E2E2E2. Windows color (decimal): -859708 or 12902898. OLE color: 12902898.

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

Color convert

RGB242225196-
CMYK00.070.190.05
HSL37.83º63.89%85.88%-
HSV(B)37.83º19.01%94.9%-
XYZ73.5176.7163.16-
YUV226.78110.63138.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.50%
GREEN value IS 225 (88.28% from 255) = 33.94%
BLUE value IS 196 (76.95% from 255) = 29.56%
R=36.50%
G=33.94%
B=29.56%

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
Decimal24222519600.070.190.0537.8363.8985.88
HexF2E1C407135264056
Octal3623413040723546100126
Binary11110010111000011100010001111001110110011010000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E1C4; }

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

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

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

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

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

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

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

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