#FBE1AD

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

Shades of Peach-Yellow #FBE1AD

Tints of Peach-Yellow #FBE1AD

Color information

#FBE1AD (or 0xFBE1AD) is unknown color: approx Peach-Yellow. HEX triplet: FB, E1 and AD. RGB value is (251,225,173). Sum of RGB (Red+Green+Blue) = 251+225+173=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 173 (67.97% from 255 or 26.66% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE1AD is #041E52. Grayscale: #E3E3E3. Windows color (decimal): -269907 or 11395579. OLE color: 11395579.

HSL color Cylindrical-coordinate representation of color #FBE1AD: hue angle of 40º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBE1AD is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB251225173-
CMYK00.100.310.02
HSL40º90.7%83.14%-
HSV(B)40º31.08%98.43%-
XYZ74.2577.3850.56-
YUV226.8597.61145.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.67%
GREEN value IS 225 (88.28% from 255) = 34.67%
BLUE value IS 173 (67.97% from 255) = 26.66%
R=38.67%
G=34.67%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122517300.100.310.024090.783.14
HexFBE1AD0A1F2285b53
Octal37334125501237250133123
Binary11111011111000011010110101010111111010100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE1AD; }

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

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

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

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

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

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

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

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