#F7E5BF

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

Shades of Pipi #F7E5BF

Tints of Pipi #F7E5BF

Color information

#F7E5BF (or 0xF7E5BF) is unknown color: approx Pipi. HEX triplet: F7, E5 and BF. RGB value is (247,229,191). Sum of RGB (Red+Green+Blue) = 247+229+191=667 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.03% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 191 (75% from 255 or 28.64% from 667); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E5BF is #081A40. Grayscale: #E6E6E6. Windows color (decimal): -531009 or 12576247. OLE color: 12576247.

HSL color Cylindrical-coordinate representation of color #F7E5BF: hue angle of 40.71º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7E5BF is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB247229191-
CMYK00.070.230.03
HSL40.71º77.78%85.88%-
HSV(B)40.71º22.67%96.86%-
XYZ75.7879.5760.66-
YUV230.05105.96140.09-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.03%
GREEN value IS 229 (89.84% from 255) = 34.33%
BLUE value IS 191 (75% from 255) = 28.64%
R=37.03%
G=34.33%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722919100.070.230.0340.7177.7885.88
HexF7E5BF07173294e56
Octal3673452770727351116126
Binary1111011111100101101111110111101111110100110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E5BF; }

 p { color: rgb(247,229,191); }

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

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

 a { background-color: rgb(247,229,191); }

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

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

 span { border-color: rgb(247,229,191); }

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