#FBCBA9

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

Shades of Peach #FBCBA9

Tints of Peach #FBCBA9

Color information

#FBCBA9 (or 0xFBCBA9) is unknown color: approx Peach. HEX triplet: FB, CB and A9. RGB value is (251,203,169). Sum of RGB (Red+Green+Blue) = 251+203+169=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 169 (66.41% from 255 or 27.13% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCBA9 is #043456. Grayscale: #D5D5D5. Windows color (decimal): -275543 or 11127803. OLE color: 11127803.

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

Color convert

RGB251203169-
CMYK00.190.330.02
HSL24.88º91.11%82.35%-
HSV(B)24.88º32.67%98.43%-
XYZ68.366.0946.69-
YUV213.48102.9154.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.29%
GREEN value IS 203 (79.69% from 255) = 32.58%
BLUE value IS 169 (66.41% from 255) = 27.13%
R=40.29%
G=32.58%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120316900.190.330.0224.8891.1182.35
HexFBCBA9013212195b52
Octal37331325102341231133122
Binary111110111100101110101001010011100001101100110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBA9; }

 p { color: rgb(251,203,169); }

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

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

 a { background-color: rgb(251,203,169); }

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

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

 span { border-color: rgb(251,203,169); }

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