#FBE7BE

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

Shades of Pipi #FBE7BE

Tints of Pipi #FBE7BE

Color information

#FBE7BE (or 0xFBE7BE) is unknown color: approx Pipi. HEX triplet: FB, E7 and BE. RGB value is (251,231,190). Sum of RGB (Red+Green+Blue) = 251+231+190=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 231 (90.62% from 255 or 34.38% from 672); Blue value is 190 (74.61% from 255 or 28.27% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE7BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE7BE is #041841. Grayscale: #E8E8E8. Windows color (decimal): -268354 or 12511227. OLE color: 12511227.

HSL color Cylindrical-coordinate representation of color #FBE7BE: hue angle of 40.33º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBE7BE is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB251231190-
CMYK00.080.240.02
HSL40.33º88.41%86.47%-
HSV(B)40.33º24.3%98.43%-
XYZ77.6581.3860.33-
YUV232.31104.13141.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.35%
GREEN value IS 231 (90.62% from 255) = 34.38%
BLUE value IS 190 (74.61% from 255) = 28.27%
R=37.35%
G=34.38%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123119000.080.240.0240.3388.4186.47
HexFBE7BE08182285856
Octal37334727601030250130126
Binary11111011111001111011111001000110001010100010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE7BE; }

 p { color: rgb(251,231,190); }

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

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

 a { background-color: rgb(251,231,190); }

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

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

 span { border-color: rgb(251,231,190); }

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