#FBE0AF

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

Shades of Peach-Yellow #FBE0AF

Tints of Peach-Yellow #FBE0AF

Color information

#FBE0AF (or 0xFBE0AF) is unknown color: approx Peach-Yellow. HEX triplet: FB, E0 and AF. RGB value is (251,224,175). Sum of RGB (Red+Green+Blue) = 251+224+175=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 175 (68.75% from 255 or 26.92% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE0AF is #041F50. Grayscale: #E2E2E2. Windows color (decimal): -270161 or 11526395. OLE color: 11526395.

HSL color Cylindrical-coordinate representation of color #FBE0AF: hue angle of 38.68º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBE0AF is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB251224175-
CMYK00.110.300.02
HSL38.68º90.48%83.53%-
HSV(B)38.68º30.28%98.43%-
XYZ74.1876.9251.49-
YUV226.4998.95145.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.62%
GREEN value IS 224 (87.89% from 255) = 34.46%
BLUE value IS 175 (68.75% from 255) = 26.92%
R=38.62%
G=34.46%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122417500.110.300.0238.6890.4883.53
HexFBE0AF0B1E2275a54
Octal37334025701336247132124
Binary11111011111000001010111101011111101010011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0AF; }

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

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

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

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

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

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

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

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