#FBE7C0

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

Shades of Pipi #FBE7C0

Tints of Pipi #FBE7C0

Color information

#FBE7C0 (or 0xFBE7C0) is unknown color: approx Pipi. HEX triplet: FB, E7 and C0. RGB value is (251,231,192). Sum of RGB (Red+Green+Blue) = 251+231+192=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 231 (90.62% from 255 or 34.27% from 674); Blue value is 192 (75.39% from 255 or 28.49% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE7C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE7C0 is #04183F. Grayscale: #E8E8E8. Windows color (decimal): -268352 or 12642299. OLE color: 12642299.

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

Color convert

RGB251231192-
CMYK00.080.240.02
HSL39.66º88.06%86.86%-
HSV(B)39.66º23.51%98.43%-
XYZ77.8781.4761.49-
YUV232.53105.13141.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.24%
GREEN value IS 231 (90.62% from 255) = 34.27%
BLUE value IS 192 (75.39% from 255) = 28.49%
R=37.24%
G=34.27%
B=28.49%

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
Decimal25123119200.080.240.0239.6688.0686.86
HexFBE7C008182285857
Octal37334730001030250130127
Binary11111011111001111100000001000110001010100010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE7C0; }

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

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

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

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

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

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

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

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