#FCE8BE

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

Shades of Pipi #FCE8BE

Tints of Pipi #FCE8BE

Color information

#FCE8BE (or 0xFCE8BE) is unknown color: approx Pipi. HEX triplet: FC, E8 and BE. RGB value is (252,232,190). Sum of RGB (Red+Green+Blue) = 252+232+190=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 232 (91.02% from 255 or 34.42% from 674); Blue value is 190 (74.61% from 255 or 28.19% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE8BE is #031741. Grayscale: #E9E9E9. Windows color (decimal): -202562 or 12511484. OLE color: 12511484.

HSL color Cylindrical-coordinate representation of color #FCE8BE: hue angle of 40.65º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCE8BE is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB252232190-
CMYK00.080.250.01
HSL40.65º91.18%86.67%-
HSV(B)40.65º24.6%98.82%-
XYZ78.382.1360.44-
YUV233.19103.63141.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.39%
GREEN value IS 232 (91.02% from 255) = 34.42%
BLUE value IS 190 (74.61% from 255) = 28.19%
R=37.39%
G=34.42%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223219000.080.250.0140.6591.1886.67
HexFCE8BE08191295b57
Octal37435027601031151133127
Binary1111110011101000101111100100011001110100110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE8BE; }

 p { color: rgb(252,232,190); }

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

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

 a { background-color: rgb(252,232,190); }

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

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

 span { border-color: rgb(252,232,190); }

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