#FBC8AA

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

Shades of Peach #FBC8AA

Tints of Peach #FBC8AA

Color information

#FBC8AA (or 0xFBC8AA) is unknown color: approx Peach. HEX triplet: FB, C8 and AA. RGB value is (251,200,170). Sum of RGB (Red+Green+Blue) = 251+200+170=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 170 (66.80% from 255 or 27.38% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC8AA is #043755. Grayscale: #D4D4D4. Windows color (decimal): -276310 or 11192571. OLE color: 11192571.

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

Color convert

RGB251200170-
CMYK00.200.320.02
HSL22.22º91.01%82.55%-
HSV(B)22.22º32.27%98.43%-
XYZ67.6964.7246.95-
YUV211.83104.4155.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.42%
GREEN value IS 200 (78.52% from 255) = 32.21%
BLUE value IS 170 (66.80% from 255) = 27.38%
R=40.42%
G=32.21%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120017000.200.320.0222.2291.0182.55
HexFBC8AA014202165b53
Octal37331025202440226133123
Binary111110111100100010101010010100100000101011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC8AA; }

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

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

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

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

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

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

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

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