#FBE0AA

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

Shades of Peach-Yellow #FBE0AA

Tints of Peach-Yellow #FBE0AA

Color information

#FBE0AA (or 0xFBE0AA) is unknown color: approx Peach-Yellow. HEX triplet: FB, E0 and AA. RGB value is (251,224,170). Sum of RGB (Red+Green+Blue) = 251+224+170=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 170 (66.80% from 255 or 26.36% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE0AA is #041F55. Grayscale: #E2E2E2. Windows color (decimal): -270166 or 11198715. OLE color: 11198715.

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

Color convert

RGB251224170-
CMYK00.110.320.02
HSL40º91.01%82.55%-
HSV(B)40º32.27%98.43%-
XYZ73.776.7248.96-
YUV225.9296.45145.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.91%
GREEN value IS 224 (87.89% from 255) = 34.73%
BLUE value IS 170 (66.80% from 255) = 26.36%
R=38.91%
G=34.73%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122417000.110.320.024091.0182.55
HexFBE0AA0B202285b53
Octal37334025201340250133123
Binary111110111110000010101010010111000001010100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0AA; }

 p { color: rgb(251,224,170); }

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

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

 a { background-color: rgb(251,224,170); }

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

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

 span { border-color: rgb(251,224,170); }

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