#FBE4AB

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

Shades of Peach-Yellow #FBE4AB

Tints of Peach-Yellow #FBE4AB

Color information

#FBE4AB (or 0xFBE4AB) is unknown color: approx Peach-Yellow. HEX triplet: FB, E4 and AB. RGB value is (251,228,171). Sum of RGB (Red+Green+Blue) = 251+228+171=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 171 (67.19% from 255 or 26.31% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE4AB is #041B54. Grayscale: #E4E4E4. Windows color (decimal): -269141 or 11265275. OLE color: 11265275.

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

Color convert

RGB251228171-
CMYK00.090.320.02
HSL42.75º90.91%82.75%-
HSV(B)42.75º31.87%98.43%-
XYZ74.8878.9449.82-
YUV228.3895.62144.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.62%
GREEN value IS 228 (89.45% from 255) = 35.08%
BLUE value IS 171 (67.19% from 255) = 26.31%
R=38.62%
G=35.08%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122817100.090.320.0242.7590.9182.75
HexFBE4AB092022b5b53
Octal37334425301140253133123
Binary111110111110010010101011010011000001010101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE4AB; }

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

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

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

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

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

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

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

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