#F2E5C7

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

Shades of Pipi #F2E5C7

Tints of Pipi #F2E5C7

Color information

#F2E5C7 (or 0xF2E5C7) is unknown color: approx Pipi. HEX triplet: F2, E5 and C7. RGB value is (242,229,199). Sum of RGB (Red+Green+Blue) = 242+229+199=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 199 (78.12% from 255 or 29.70% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5C7 is #0D1A38. Grayscale: #E5E5E5. Windows color (decimal): -858681 or 13100530. OLE color: 13100530.

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

Color convert

RGB242229199-
CMYK00.050.180.05
HSL41.86º62.32%86.47%-
HSV(B)41.86º17.77%94.9%-
XYZ74.9579.0465.34-
YUV229.47110.81136.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.12%
GREEN value IS 229 (89.84% from 255) = 34.18%
BLUE value IS 199 (78.12% from 255) = 29.70%
R=36.12%
G=34.18%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222919900.050.180.0541.8662.3286.47
HexF2E5C7051252a3e56
Octal362345307052255276126
Binary1111001011100101110001110101100101011010101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E5C7; }

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

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

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

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

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

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

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

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