#F0E4C7

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

Shades of Pipi #F0E4C7

Tints of Pipi #F0E4C7

Color information

#F0E4C7 (or 0xF0E4C7) is unknown color: approx Pipi. HEX triplet: F0, E4 and C7. RGB value is (240,228,199). Sum of RGB (Red+Green+Blue) = 240+228+199=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 228 (89.45% from 255 or 34.18% from 667); Blue value is 199 (78.12% from 255 or 29.84% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E4C7 is #0F1B38. Grayscale: #E4E4E4. Windows color (decimal): -990009 or 13100272. OLE color: 13100272.

HSL color Cylindrical-coordinate representation of color #F0E4C7: hue angle of 42.44º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0E4C7 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB240228199-
CMYK00.050.170.06
HSL42.44º57.75%86.08%-
HSV(B)42.44º17.08%94.12%-
XYZ73.9978.1465.21-
YUV228.28111.48136.36-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.98%
GREEN value IS 228 (89.45% from 255) = 34.18%
BLUE value IS 199 (78.12% from 255) = 29.84%
R=35.98%
G=34.18%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022819900.050.170.0642.4457.7586.08
HexF0E4C7051162a3a56
Octal360344307052165272126
Binary1111000011100100110001110101100011101010101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E4C7; }

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

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

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

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

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

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

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

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