#FBE4AA

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

Shades of Peach-Yellow #FBE4AA

Tints of Peach-Yellow #FBE4AA

Color information

#FBE4AA (or 0xFBE4AA) is unknown color: approx Peach-Yellow. HEX triplet: FB, E4 and AA. RGB value is (251,228,170). Sum of RGB (Red+Green+Blue) = 251+228+170=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 228 (89.45% from 255 or 35.13% from 649); Blue value is 170 (66.80% from 255 or 26.19% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE4AA is #041B55. Grayscale: #E4E4E4. Windows color (decimal): -269142 or 11199739. OLE color: 11199739.

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

Color convert

RGB251228170-
CMYK00.090.320.02
HSL42.96º91.01%82.55%-
HSV(B)42.96º32.27%98.43%-
XYZ74.7878.949.32-
YUV228.2695.12144.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.67%
GREEN value IS 228 (89.45% from 255) = 35.13%
BLUE value IS 170 (66.80% from 255) = 26.19%
R=38.67%
G=35.13%
B=26.19%

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
Decimal25122817000.090.320.0242.9691.0182.55
HexFBE4AA092022b5b53
Octal37334425201140253133123
Binary111110111110010010101010010011000001010101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE4AA; }

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

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

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

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

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

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

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

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