#F2E4C7

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

Shades of Pipi #F2E4C7

Tints of Pipi #F2E4C7

Color information

#F2E4C7 (or 0xF2E4C7) is unknown color: approx Pipi. HEX triplet: F2, E4 and C7. RGB value is (242,228,199). Sum of RGB (Red+Green+Blue) = 242+228+199=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 228 (89.45% from 255 or 34.08% from 669); Blue value is 199 (78.12% from 255 or 29.75% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4C7 is #0D1B38. Grayscale: #E5E5E5. Windows color (decimal): -858937 or 13100274. OLE color: 13100274.

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

Color convert

RGB242228199-
CMYK00.060.180.05
HSL40.47º62.32%86.47%-
HSV(B)40.47º17.77%94.9%-
XYZ74.6778.4965.25-
YUV228.88111.14137.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.17%
GREEN value IS 228 (89.45% from 255) = 34.08%
BLUE value IS 199 (78.12% from 255) = 29.75%
R=36.17%
G=34.08%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222819900.060.180.0540.4762.3286.47
HexF2E4C706125283e56
Octal362344307062255076126
Binary1111001011100100110001110110100101011010001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E4C7; }

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

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

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

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

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

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

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

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