#FBE1AB

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

Shades of Peach-Yellow #FBE1AB

Tints of Peach-Yellow #FBE1AB

Color information

#FBE1AB (or 0xFBE1AB) is unknown color: approx Peach-Yellow. HEX triplet: FB, E1 and AB. RGB value is (251,225,171). Sum of RGB (Red+Green+Blue) = 251+225+171=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 171 (67.19% from 255 or 26.43% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE1AB is #041E54. Grayscale: #E2E2E2. Windows color (decimal): -269909 or 11264507. OLE color: 11264507.

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

Color convert

RGB251225171-
CMYK00.100.320.02
HSL40.5º90.91%82.75%-
HSV(B)40.5º31.87%98.43%-
XYZ74.0677.349.55-
YUV226.6296.61145.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.79%
GREEN value IS 225 (88.28% from 255) = 34.78%
BLUE value IS 171 (67.19% from 255) = 26.43%
R=38.79%
G=34.78%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122517100.100.320.0240.590.9182.75
HexFBE1AB0A202285b53
Octal37334125301240250133123
Binary111110111110000110101011010101000001010100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE1AB; }

 p { color: rgb(251,225,171); }

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

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

 a { background-color: rgb(251,225,171); }

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

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

 span { border-color: rgb(251,225,171); }

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