#FBE0B2

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

Shades of Peach-Yellow #FBE0B2

Tints of Peach-Yellow #FBE0B2

Color information

#FBE0B2 (or 0xFBE0B2) is unknown color: approx Peach-Yellow. HEX triplet: FB, E0 and B2. RGB value is (251,224,178). Sum of RGB (Red+Green+Blue) = 251+224+178=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 178 (69.92% from 255 or 27.26% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE0B2 is #041F4D. Grayscale: #E3E3E3. Windows color (decimal): -270158 or 11723003. OLE color: 11723003.

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

Color convert

RGB251224178-
CMYK00.110.290.02
HSL37.81º90.12%84.12%-
HSV(B)37.81º29.08%98.43%-
XYZ74.4877.0353.06-
YUV226.83100.45145.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 224 (87.89% from 255) = 34.30%
BLUE value IS 178 (69.92% from 255) = 27.26%
R=38.44%
G=34.30%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122417800.110.290.0237.8190.1284.12
HexFBE0B20B1D2265a54
Octal37334026201335246132124
Binary11111011111000001011001001011111011010011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0B2; }

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

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

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

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

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

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

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

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