#FBE2AD

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

Shades of Peach-Yellow #FBE2AD

Tints of Peach-Yellow #FBE2AD

Color information

#FBE2AD (or 0xFBE2AD) is unknown color: approx Peach-Yellow. HEX triplet: FB, E2 and AD. RGB value is (251,226,173). Sum of RGB (Red+Green+Blue) = 251+226+173=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 173 (67.97% from 255 or 26.62% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE2AD is #041D52. Grayscale: #E3E3E3. Windows color (decimal): -269651 or 11395835. OLE color: 11395835.

HSL color Cylindrical-coordinate representation of color #FBE2AD: hue angle of 40.77º 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 #FBE2AD is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB251226173-
CMYK00.100.310.02
HSL40.77º90.7%83.14%-
HSV(B)40.77º31.08%98.43%-
XYZ74.5277.9250.65-
YUV227.4397.28144.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.62%
GREEN value IS 226 (88.67% from 255) = 34.77%
BLUE value IS 173 (67.97% from 255) = 26.62%
R=38.62%
G=34.77%
B=26.62%

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
Decimal25122617300.100.310.0240.7790.783.14
HexFBE2AD0A1F2295b53
Octal37334225501237251133123
Binary11111011111000101010110101010111111010100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE2AD; }

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

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

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

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

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

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

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

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