#FBE1AA

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

Shades of Peach-Yellow #FBE1AA

Tints of Peach-Yellow #FBE1AA

Color information

#FBE1AA (or 0xFBE1AA) is unknown color: approx Peach-Yellow. HEX triplet: FB, E1 and AA. RGB value is (251,225,170). Sum of RGB (Red+Green+Blue) = 251+225+170=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 225 (88.28% from 255 or 34.83% from 646); Blue value is 170 (66.80% from 255 or 26.32% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE1AA is #041E55. Grayscale: #E2E2E2. Windows color (decimal): -269910 or 11198971. OLE color: 11198971.

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

Color convert

RGB251225170-
CMYK00.100.320.02
HSL40.74º91.01%82.55%-
HSV(B)40.74º32.27%98.43%-
XYZ73.9677.2649.04-
YUV226.596.11145.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.85%
GREEN value IS 225 (88.28% from 255) = 34.83%
BLUE value IS 170 (66.80% from 255) = 26.32%
R=38.85%
G=34.83%
B=26.32%

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
Decimal25122517000.100.320.0240.7491.0182.55
HexFBE1AA0A202295b53
Octal37334125201240251133123
Binary111110111110000110101010010101000001010100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE1AA; }

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

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

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

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

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

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

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

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