#f2e5c8

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

Shades of Pipi #F2E5C8

Tints of Pipi #F2E5C8

Color information

#F2E5C8 (or 0xF2E5C8) is unknown color: approx Pipi. HEX triplet: F2, E5 and C8. RGB value is (242,229,200). Sum of RGB (Red+Green+Blue) = 242+229+200=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 200 (78.52% from 255 or 29.81% from 671); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5C8 is #0D1A37. Grayscale: #E5E5E5. Windows color (decimal): -858680 or 13166066. OLE color: 13166066.

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

Color convert

RGB242229200-
CMYK00.050.170.05
HSL41.43º61.76%86.67%-
HSV(B)41.43º17.36%94.9%-
XYZ75.0679.0965.95-
YUV229.58111.31136.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.07%
GREEN value IS 229 (89.84% from 255) = 34.13%
BLUE value IS 200 (78.52% from 255) = 29.81%
R=36.07%
G=34.13%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222920000.050.170.0541.4361.7686.67
HexF2E5C805115293e57
Octal362345310052155176127
Binary1111001011100101110010000101100011011010011111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2e5c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2e5c8; }

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

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

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

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

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

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

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

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