#FBE3AF

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

Shades of Peach-Yellow #FBE3AF

Tints of Peach-Yellow #FBE3AF

Color information

#FBE3AF (or 0xFBE3AF) is unknown color: approx Peach-Yellow. HEX triplet: FB, E3 and AF. RGB value is (251,227,175). Sum of RGB (Red+Green+Blue) = 251+227+175=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 175 (68.75% from 255 or 26.80% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE3AF is #041C50. Grayscale: #E4E4E4. Windows color (decimal): -269393 or 11527163. OLE color: 11527163.

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

Color convert

RGB251227175-
CMYK00.100.300.02
HSL41.05º90.48%83.53%-
HSV(B)41.05º30.28%98.43%-
XYZ74.9978.5451.77-
YUV228.2597.95144.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 227 (89.06% from 255) = 34.76%
BLUE value IS 175 (68.75% from 255) = 26.80%
R=38.44%
G=34.76%
B=26.80%

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
Decimal25122717500.100.300.0241.0590.4883.53
HexFBE3AF0A1E2295a54
Octal37334325701236251132124
Binary11111011111000111010111101010111101010100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE3AF; }

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

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

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

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

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

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

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

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