#FBC9A5

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

Shades of Peach #FBC9A5

Tints of Peach #FBC9A5

Color information

#FBC9A5 (or 0xFBC9A5) is unknown color: approx Peach. HEX triplet: FB, C9 and A5. RGB value is (251,201,165). Sum of RGB (Red+Green+Blue) = 251+201+165=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 165 (64.84% from 255 or 26.74% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC9A5 is #04365A. Grayscale: #D4D4D4. Windows color (decimal): -276059 or 10865147. OLE color: 10865147.

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

Color convert

RGB251201165-
CMYK00.200.340.02
HSL25.12º91.49%81.57%-
HSV(B)25.12º34.26%98.43%-
XYZ67.466544.59-
YUV211.85101.57155.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.68%
GREEN value IS 201 (78.91% from 255) = 32.58%
BLUE value IS 165 (64.84% from 255) = 26.74%
R=40.68%
G=32.58%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120116500.200.340.0225.1291.4981.57
HexFBC9A5014222195b52
Octal37331124502442231133122
Binary111110111100100110100101010100100010101100110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC9A5; }

 p { color: rgb(251,201,165); }

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

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

 a { background-color: rgb(251,201,165); }

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

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

 span { border-color: rgb(251,201,165); }

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