#FBE2AC

Color #FBE2AC Peach-Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Yellow #FBE2AC

Tints of Peach-Yellow #FBE2AC

Color information

#FBE2AC (or 0xFBE2AC) is unknown color: approx Peach-Yellow. HEX triplet: FB, E2 and AC. RGB value is (251,226,172). Sum of RGB (Red+Green+Blue) = 251+226+172=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 172 (67.58% from 255 or 26.50% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE2AC is #041D53. Grayscale: #E3E3E3. Windows color (decimal): -269652 or 11330299. OLE color: 11330299.

HSL color Cylindrical-coordinate representation of color #FBE2AC: hue angle of 41.01º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBE2AC is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB251226172-
CMYK00.100.310.02
HSL41.01º90.8%82.94%-
HSV(B)41.01º31.47%98.43%-
XYZ74.4377.8850.14-
YUV227.3296.78144.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.67%
GREEN value IS 226 (88.67% from 255) = 34.82%
BLUE value IS 172 (67.58% from 255) = 26.50%
R=38.67%
G=34.82%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122617200.100.310.0241.0190.882.94
HexFBE2AC0A1F2295b53
Octal37334225401237251133123
Binary11111011111000101010110001010111111010100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE2AC; }

 p { color: rgb(251,226,172); }

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

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

 a { background-color: rgb(251,226,172); }

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

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

 span { border-color: rgb(251,226,172); }

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