#F2E5C5

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

Shades of Pipi #F2E5C5

Tints of Pipi #F2E5C5

Color information

#F2E5C5 (or 0xF2E5C5) is unknown color: approx Pipi. HEX triplet: F2, E5 and C5. RGB value is (242,229,197). Sum of RGB (Red+Green+Blue) = 242+229+197=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 197 (77.34% from 255 or 29.49% from 668); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5C5 is #0D1A3A. Grayscale: #E5E5E5. Windows color (decimal): -858683 or 12969458. OLE color: 12969458.

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

Color convert

RGB242229197-
CMYK00.050.190.05
HSL42.67º63.38%86.08%-
HSV(B)42.67º18.6%94.9%-
XYZ74.7278.9564.12-
YUV229.24109.81137.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.23%
GREEN value IS 229 (89.84% from 255) = 34.28%
BLUE value IS 197 (77.34% from 255) = 29.49%
R=36.23%
G=34.28%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222919700.050.190.0542.6763.3886.08
HexF2E5C5051352b3f56
Octal362345305052355377126
Binary1111001011100101110001010101100111011010111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E5C5; }

 p { color: rgb(242,229,197); }

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

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

 a { background-color: rgb(242,229,197); }

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

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

 span { border-color: rgb(242,229,197); }

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