#F5E2C0

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

Shades of Pipi #F5E2C0

Tints of Pipi #F5E2C0

Color information

#F5E2C0 (or 0xF5E2C0) is unknown color: approx Pipi. HEX triplet: F5, E2 and C0. RGB value is (245,226,192). Sum of RGB (Red+Green+Blue) = 245+226+192=663 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.95% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 192 (75.39% from 255 or 28.96% from 663); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E2C0 is #0A1D3F. Grayscale: #E3E3E3. Windows color (decimal): -662848 or 12641013. OLE color: 12641013.

HSL color Cylindrical-coordinate representation of color #F5E2C0: hue angle of 38.49º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5E2C0 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245226192-
CMYK00.080.220.04
HSL38.49º72.6%85.69%-
HSV(B)38.49º21.63%96.08%-
XYZ74.3777.6160.93-
YUV227.8107.79140.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.95%
GREEN value IS 226 (88.67% from 255) = 34.09%
BLUE value IS 192 (75.39% from 255) = 28.96%
R=36.95%
G=34.09%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522619200.080.220.0438.4972.685.69
HexF5E2C008164264956
Octal36534230001026446111126
Binary111101011110001011000000010001011010010011010010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E2C0; }

 p { color: rgb(245,226,192); }

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

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

 a { background-color: rgb(245,226,192); }

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

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

 span { border-color: rgb(245,226,192); }

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