#FBCBA3

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

Shades of Peach #FBCBA3

Tints of Peach #FBCBA3

Color information

#FBCBA3 (or 0xFBCBA3) is unknown color: approx Peach. HEX triplet: FB, CB and A3. RGB value is (251,203,163). Sum of RGB (Red+Green+Blue) = 251+203+163=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 163 (64.06% from 255 or 26.42% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCBA3 is #04345C. Grayscale: #D5D5D5. Windows color (decimal): -275549 or 10734587. OLE color: 10734587.

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

Color convert

RGB251203163-
CMYK00.190.350.02
HSL27.27º91.67%81.18%-
HSV(B)27.27º35.06%98.43%-
XYZ67.7565.8743.79-
YUV212.7999.9155.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.68%
GREEN value IS 203 (79.69% from 255) = 32.90%
BLUE value IS 163 (64.06% from 255) = 26.42%
R=40.68%
G=32.90%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120316300.190.350.0227.2791.6781.18
HexFBCBA30132321b5c51
Octal37331324302343233134121
Binary111110111100101110100011010011100011101101110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBA3; }

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

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

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

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

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

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

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

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