#FBE1AF

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

Shades of Peach-Yellow #FBE1AF

Tints of Peach-Yellow #FBE1AF

Color information

#FBE1AF (or 0xFBE1AF) is unknown color: approx Peach-Yellow. HEX triplet: FB, E1 and AF. RGB value is (251,225,175). Sum of RGB (Red+Green+Blue) = 251+225+175=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 175 (68.75% from 255 or 26.88% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE1AF is #041E50. Grayscale: #E3E3E3. Windows color (decimal): -269905 or 11526651. OLE color: 11526651.

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

Color convert

RGB251225175-
CMYK00.100.300.02
HSL39.47º90.48%83.53%-
HSV(B)39.47º30.28%98.43%-
XYZ74.4577.4551.58-
YUV227.0798.61145.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.56%
GREEN value IS 225 (88.28% from 255) = 34.56%
BLUE value IS 175 (68.75% from 255) = 26.88%
R=38.56%
G=34.56%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122517500.100.300.0239.4790.4883.53
HexFBE1AF0A1E2275a54
Octal37334125701236247132124
Binary11111011111000011010111101010111101010011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE1AF; }

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

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

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

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

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

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

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

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