#FBE3AE

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

Shades of Peach-Yellow #FBE3AE

Tints of Peach-Yellow #FBE3AE

Color information

#FBE3AE (or 0xFBE3AE) is unknown color: approx Peach-Yellow. HEX triplet: FB, E3 and AE. RGB value is (251,227,174). Sum of RGB (Red+Green+Blue) = 251+227+174=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 174 (68.36% from 255 or 26.69% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE3AE is #041C51. Grayscale: #E4E4E4. Windows color (decimal): -269394 or 11461627. OLE color: 11461627.

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

Color convert

RGB251227174-
CMYK00.100.310.02
HSL41.3º90.59%83.33%-
HSV(B)41.3º30.68%98.43%-
XYZ74.8978.551.25-
YUV228.1397.45144.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.50%
GREEN value IS 227 (89.06% from 255) = 34.82%
BLUE value IS 174 (68.36% from 255) = 26.69%
R=38.50%
G=34.82%
B=26.69%

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
Decimal25122717400.100.310.0241.390.5983.33
HexFBE3AE0A1F2295b53
Octal37334325601237251133123
Binary11111011111000111010111001010111111010100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE3AE; }

 p { color: rgb(251,227,174); }

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

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

 a { background-color: rgb(251,227,174); }

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

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

 span { border-color: rgb(251,227,174); }

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